{ "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": "e302d138ce949e361b2ed939be82efe8bb15aab1" }, "slf4d": "~>2.1.1", "vibe-d": "~>0.9.7-alpha.2" }, "configurations": [ { "name": "default", "targetType": "executable" }, { "name": "static", "targetType": "executable", "lflags-linux-ldc": [ "-lz" ], "dflags-ldc": [ "--link-defaultlib-shared=false" ], "dflags-gdc": [ "-defaultlib=:libgphobos.a" ] } ] }