dyaml/package.json
2014-08-06 14:17:07 +02:00

19 lines
620 B
JSON

{
"name": "dyaml",
"description": "YAML parser and emitter",
"authors": [ "Ferdinand Majerech" ],
"libs": [],
"importPaths": ["source"],
"license": "Boost 1.0",
"dependencies": {},
"homepage": "https://github.com/kiith-sa/D-YAML",
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
"buildTypes":
{
"debug": { "buildOptions": ["debugMode", "debugInfoC"] },
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck", "debugInfoC"] },
},
}