anisette-v3-server/dub.json

37 lines
708 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",
2023-06-17 10:40:20 +00:00
"version": "a007cb290da1a21e231a1a4a335a047a151ca24f"
2023-04-30 23:22:51 +00:00
},
2023-06-16 18:19:18 +00:00
"slf4d": "~>2.1.1",
2023-06-17 10:40:20 +00:00
"vibe-d:web": "~>0.9.7-alpha.2",
"vibe-d:http": "~>0.9.7-alpha.2"
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
}