2013-02-23 08:02:31 +00:00
|
|
|
{
|
2014-08-01 18:10:03 +00:00
|
|
|
"name": "dyaml",
|
|
|
|
"description": "YAML parser and emitter",
|
|
|
|
"authors": [ "Ferdinand Majerech" ],
|
|
|
|
"libs": [],
|
|
|
|
"targetType": "staticLibrary",
|
|
|
|
"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"] },
|
2014-08-01 18:11:19 +00:00
|
|
|
"debug-unittest": { "buildOptions": ["unittests", "debugMode", "debugInfoC"] },
|
|
|
|
"release-unittest": { "buildOptions": ["unittests", "releaseMode", "optimize", "inline", "noBoundsCheck"] },
|
|
|
|
"profile-unittest": { "buildOptions": ["unittests", "releaseMode", "optimize", "noBoundsCheck", "debugInfoC"] }
|
2014-08-01 18:10:03 +00:00
|
|
|
},
|
|
|
|
|
2014-08-01 18:10:29 +00:00
|
|
|
"configurations":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "unittest",
|
|
|
|
"targetName": "unittest",
|
|
|
|
"targetType": "executable",
|
|
|
|
"sourceFiles": ["unittest.d",
|
|
|
|
"test/src/common.d",
|
|
|
|
"test/src/compare.d",
|
|
|
|
"test/src/constructor.d",
|
|
|
|
"test/src/emitter.d",
|
|
|
|
"test/src/errors.d",
|
|
|
|
"test/src/inputoutput.d",
|
|
|
|
"test/src/reader.d",
|
|
|
|
"test/src/representer.d",
|
|
|
|
"test/src/resolver.d",
|
|
|
|
"test/src/tokens.d",
|
|
|
|
],
|
|
|
|
"mainSourceFile": "unittest.d",
|
|
|
|
}
|
|
|
|
]
|
2013-02-23 08:02:31 +00:00
|
|
|
}
|