Newer
Older
dub_jkp / test / describe-dependency-1 / dub.json
@Nick Sabalausky Nick Sabalausky on 26 Jun 2015 997 bytes Add 'dub describe --data='.
{
    "name": "describe-dependency-1",
    "targetType": "sourceLibrary",
    "description": "A test describe project",
    "authors": ["nobody"],
    "homepage": "fake.com",
    "license": "BSD 2-clause",
    "copyright": "Copyright © 2015, nobody",
    "dflags": ["--another-dflag"],
    "lflags": ["--another-lflag"],
    "libs": ["curl"],
    "copyFiles": ["data/*"],
    "versions": ["anotherVerIdent"],
    "debugVersions": ["anotherDebugVerIdent"],
    "preGenerateCommands": ["../describe-dependency-1/dependency-preGenerateCommands.sh"],
    "postGenerateCommands": ["../describe-dependency-1/dependency-postGenerateCommands.sh"],
    "preBuildCommands": ["../describe-dependency-1/dependency-preBuildCommands.sh"],
    "postBuildCommands": ["../describe-dependency-1/dependency-postBuildCommands.sh"],
    "buildRequirements": ["requireContracts"],
    "buildOptions": ["stackStomping"],
    "configurations": [
        {
            "name": "my-dependency-1-config"
        }
    ],
}