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-08-11 00:09:05 +00:00
|
|
|
"version": "58f339fe988d770da5de4ad7361a619b5deea2f6"
|
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
|
|
|
}
|