2013-02-23 08:02:31 +00:00
|
|
|
{
|
2017-05-16 20:02:26 +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" } },
|
2017-05-16 20:02:26 +00:00
|
|
|
"homepage": "https://github.com/dlang-community/D-YAML",
|
2014-08-01 18:10:03 +00:00
|
|
|
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
|
|
|
|
|
|
|
|
"buildTypes":
|
|
|
|
{
|
2018-01-31 02:31:30 +00:00
|
|
|
"debug": { "buildOptions": ["debugMode"] },
|
2014-08-01 18:10:03 +00:00
|
|
|
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
|
2018-04-08 06:15:11 +00:00
|
|
|
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] }
|
|
|
|
}
|
2013-02-23 08:02:31 +00:00
|
|
|
}
|