dyaml/dub.json

19 lines
641 B
JSON
Raw Normal View History

2013-02-23 08:02:31 +00:00
{
"name": "dyaml",
2014-08-01 18:10:03 +00:00
"description": "YAML parser and emitter",
"authors": [ "Ferdinand Majerech" ],
"libs": [],
"importPaths": ["source"],
"license": "Boost 1.0",
2014-08-06 14:15:02 +00:00
"dependencies": { "tinyendian" : { "version" : "~>0.1.0" } },
"homepage": "https://github.com/dlang-community/D-YAML",
2014-08-01 18:10:03 +00:00
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
"buildTypes":
{
"debug": { "buildOptions": ["debugMode"] },
2014-08-01 18:10:03 +00:00
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] },
2014-08-01 18:10:03 +00:00
},
2013-02-23 08:02:31 +00:00
}