Newer
Older
dub_jkp / test / describe-dependency-3 / dub.json
@Nick Sabalausky Nick Sabalausky on 26 Jun 2015 412 bytes Add 'dub describe --data='.
{
    "name": "describe-dependency-3",
    "targetType": "staticLibrary",
    "description": "A test describe project",
    "authors": ["nobody"],
    "homepage": "fake.com",
    "license": "BSD 2-clause",
    "copyright": "Copyright © 2015, nobody",
    "importPaths": ["dep3-source"],
    "sourcePaths": ["dep3-source"],
    "stringImportPaths": ["dep3-string-import-path"],
    "buildOptions": ["profile"]
}