2014-05-06 01:32:22 +02:00
|
|
|
{
|
|
|
|
"name" : "poodinis",
|
2014-06-01 22:10:18 +02:00
|
|
|
"description" : "A dependency injection framework with support for autowiring.",
|
2014-05-06 01:32:22 +02:00
|
|
|
"homepage": "http://lostmoment.com",
|
2014-06-01 00:11:14 +02:00
|
|
|
"authors": ["Mike Bierlee"],
|
|
|
|
"copyright": "Copyright 2014 Mike Bierlee",
|
2014-06-01 19:00:45 +02:00
|
|
|
"license": "MIT",
|
2014-05-06 01:32:22 +02:00
|
|
|
"configurations": [
|
2014-06-04 00:22:25 +02:00
|
|
|
{
|
|
|
|
"name": "release-build",
|
|
|
|
"targetType": "library",
|
|
|
|
"buildOptions": [
|
|
|
|
"releaseMode",
|
|
|
|
"optimize",
|
|
|
|
"inline"
|
|
|
|
]
|
|
|
|
},
|
2014-05-06 01:32:22 +02:00
|
|
|
{
|
|
|
|
"name": "debug-build",
|
|
|
|
"targetType": "library",
|
|
|
|
"buildOptions": [
|
|
|
|
"debugMode",
|
|
|
|
"debugInfo"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "unittest",
|
|
|
|
"targetType": "executable",
|
|
|
|
"buildOptions": [
|
|
|
|
"debugMode",
|
|
|
|
"debugInfo",
|
|
|
|
"unittests"
|
|
|
|
],
|
|
|
|
"sourcePaths": [
|
|
|
|
"test"
|
|
|
|
],
|
|
|
|
"dflags-dmd": [
|
|
|
|
"-main"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|