libdnet/dub.json

20 lines
615 B
JSON
Raw Normal View History

2020-09-29 08:06:46 +00:00
{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"dependencies": {
2021-08-28 09:43:17 +00:00
"protobuf": "~>0.6.2",
2020-10-16 14:51:08 +00:00
"bformat": "~>1.0.8",
2020-12-04 17:02:24 +00:00
"tristanable": "~>2.2.0"
},
2021-08-27 13:32:33 +00:00
"description": "dnet client library and general data structure library",
2020-09-29 08:06:46 +00:00
"license": "LGPL v2.1",
"name": "libdnet",
2020-10-16 14:51:08 +00:00
"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"
]
2020-09-29 08:06:46 +00:00
}