2017-08-02 01:56:36 +02:00
|
|
|
{
|
|
|
|
"name": "calendar-webapp",
|
|
|
|
"authors": [
|
|
|
|
"Johannes Loher"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2017-10-15 16:43:39 +02:00
|
|
|
"botan": "~>1.12.9",
|
2017-09-27 14:53:50 +02:00
|
|
|
"vibe-d": "~>0.8.1",
|
2017-10-15 16:43:39 +02:00
|
|
|
"vibe-d:tls": "~>0.8.1",
|
2017-09-27 14:53:50 +02:00
|
|
|
"poodinis": "~>8.0.1"
|
2017-08-02 01:56:36 +02:00
|
|
|
},
|
2017-10-15 16:43:39 +02:00
|
|
|
"subConfigurations": {
|
|
|
|
"vibe-d:tls": "botan"
|
|
|
|
},
|
2017-08-08 01:05:11 +02:00
|
|
|
"description": "A simple webapplication to edit and view calendar entries",
|
2017-08-02 01:56:36 +02:00
|
|
|
"copyright": "Copyright © 2017, Johannes Loher",
|
|
|
|
"license": "MIT",
|
2017-09-17 17:52:41 +02:00
|
|
|
"targetType": "executable",
|
2017-10-09 21:20:20 +02:00
|
|
|
"targetPath": "generated",
|
|
|
|
"configurations": [
|
2017-09-17 17:52:41 +02:00
|
|
|
{
|
2017-10-16 02:58:59 +02:00
|
|
|
"name": "executable"
|
2017-09-17 17:52:41 +02:00
|
|
|
},
|
2017-10-09 21:20:20 +02:00
|
|
|
{
|
|
|
|
"name": "unittest",
|
|
|
|
"targetType": "executable",
|
|
|
|
"preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f generated/ut.d test"],
|
2017-09-17 17:52:41 +02:00
|
|
|
"mainSourceFile": "generated/ut.d",
|
2017-10-17 23:15:26 +02:00
|
|
|
"excludedSourceFiles": ["source/calendarwebapp/app.d"],
|
2017-09-17 17:52:41 +02:00
|
|
|
"sourcePaths": ["test"],
|
2017-10-09 21:20:20 +02:00
|
|
|
"dependencies": {
|
|
|
|
"unit-threaded": "~>0.7.31"
|
2017-09-27 14:53:50 +02:00
|
|
|
}
|
2017-10-09 21:20:20 +02:00
|
|
|
}
|
|
|
|
],
|
2017-08-02 01:56:36 +02:00
|
|
|
"versions": [
|
2017-08-12 22:46:51 +02:00
|
|
|
"VibeUseOpenSSL11"
|
2017-10-28 12:17:24 +02:00
|
|
|
],
|
|
|
|
"lflags": [
|
|
|
|
"-fuse-ld=gold"
|
2017-08-02 01:56:36 +02:00
|
|
|
]
|
2017-09-27 14:53:50 +02:00
|
|
|
}
|