libdnet/dub.json

20 lines
615 B
JSON

{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"dependencies": {
"protobuf": "~>0.6.2",
"bformat": "~>1.0.8",
"tristanable": "~>2.2.0"
},
"description": "dnet client library and general data structure library",
"license": "LGPL v2.1",
"name": "libdnet",
"targetPath": "bin",
"targetType": "library",
"preBuildCommands": ["protoc --plugin=\"$HOME/.dub/packages/protobuf-0.6.2/protobuf/protoc_gen_d/../build/protoc-gen-d\" source/libdnet/protobuf/dnet.proto --d_out=source/libdnet/protobuf/.",
"chmod +x ./cleanUp.sh",
"./cleanUp.sh"
]
}