Newer
Older
dub_jkp / test / 5-convert / dub.sdl
  1. name "describe-dependency-1"
  2. version "~master"
  3. description "A test describe project"
  4. homepage "fake.com"
  5. authors "nobody"
  6. copyright "Copyright © 2015, nobody"
  7. license "BSD 2-clause"
  8. x:ddoxFilterArgs "dfa1" "dfa2"
  9. x:ddoxTool "ddoxtool"
  10. dependency "describe-dependency-1:sub1" version=">=0.0.0"
  11. targetType "sourceLibrary"
  12. subConfiguration "describe-dependency-1:sub1" "library"
  13. dflags "--another-dflag"
  14. lflags "--another-lflag"
  15. libs "anotherlib"
  16. sourceFiles "dep.lib" platform="windows"
  17. sourcePaths "source/"
  18. copyFiles "data/*"
  19. versions "anotherVerIdent"
  20. debugVersions "anotherDebugVerIdent"
  21. importPaths "source/"
  22. preGenerateCommands "../describe-dependency-1/dependency-preGenerateCommands.sh" platform="posix"
  23. postGenerateCommands "../describe-dependency-1/dependency-postGenerateCommands.sh" platform="posix"
  24. preBuildCommands "../describe-dependency-1/dependency-preBuildCommands.sh" platform="posix"
  25. postBuildCommands "../describe-dependency-1/dependency-postBuildCommands.sh" platform="posix"
  26. buildRequirements "requireContracts"
  27. buildOptions "stackStomping"
  28. configuration "my-dependency-1-config" {
  29. targetType "sourceLibrary"
  30. }
  31. subPackage {
  32. name "sub1"
  33. }
  34. subPackage {
  35. name "sub2"
  36. }