42 lines
914 B
JSON
42 lines
914 B
JSON
{
|
|
"name": "calendar-webapp",
|
|
"authors": [
|
|
"Johannes Loher"
|
|
],
|
|
"dependencies": {
|
|
"botan": "~>1.12.9",
|
|
"vibe-d": "~>0.8.1",
|
|
"vibe-d:tls": "~>0.8.1",
|
|
"poodinis": "~>8.0.1"
|
|
},
|
|
"subConfigurations": {
|
|
"vibe-d:tls": "botan"
|
|
},
|
|
"description": "A simple webapplication to edit and view calendar entries",
|
|
"copyright": "Copyright © 2017, Johannes Loher",
|
|
"license": "MIT",
|
|
"targetType": "executable",
|
|
"targetPath": "generated",
|
|
"configurations": [
|
|
{
|
|
"name": "executable"
|
|
},
|
|
{
|
|
"name": "unittest",
|
|
"targetType": "executable",
|
|
"preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f generated/ut.d test"],
|
|
"mainSourceFile": "generated/ut.d",
|
|
"excludedSourceFiles": ["source/calendarwebapp/app.d"],
|
|
"sourcePaths": ["test"],
|
|
"dependencies": {
|
|
"unit-threaded": "~>0.7.31"
|
|
}
|
|
}
|
|
],
|
|
"versions": [
|
|
"VibeUseOpenSSL11"
|
|
],
|
|
"lflags": [
|
|
"-fuse-ld=gold"
|
|
]
|
|
}
|