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