anisette-v3-server/dub.json

37 lines
692 B
JSON
Raw Normal View History

2023-04-30 23:22:51 +00:00
{
"name": "anisette-v3-server",
"description": "Anisette server implementing SideStore's anisette v3 protocol",
"authors": [
"Dadoum"
],
"dependencies": {
"provision": {
"repository": "git+https://github.com/Dadoum/Provision.git",
"version": "fe879b1148767767481b9c2753d4fd741cb2d7fa"
2023-04-30 23:22:51 +00:00
},
2023-06-16 18:19:18 +00:00
"slf4d": "~>2.1.1",
"vibe-d:web": "~>0.9.8",
"vibe-d:http": "~>0.9.8"
2023-06-16 22:29:49 +00:00
},
"configurations": [
{
"name": "default",
"targetType": "executable"
},
{
"name": "static",
"targetType": "executable",
"lflags-linux-ldc": [
"-lz"
],
"dflags-ldc": [
"--link-defaultlib-shared=false"
],
"dflags-gdc": [
"-defaultlib=:libgphobos.a"
]
}
]
2023-04-30 23:22:51 +00:00
}