libdnet/dub.json

22 lines
627 B
JSON

{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"dependencies": {
"bformat": "3.1.3",
"protobuf": "0.6.2",
"tasky": "~>0.0.4",
"tristanable": "2.3.13"
},
"description": "dnet client library and general data structure library",
"license": "LGPL v2.1",
"name": "libdnet",
"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"
],
"targetPath": "bin",
"targetType": "library"
}