libdnet/dub.json

18 lines
508 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": {
2020-10-16 14:51:08 +00:00
"bformat": "~>1.0.8",
2020-12-04 17:02:24 +00:00
"tristanable": "~>2.2.0"
},
2020-09-29 08:06:46 +00:00
"description": "dnet client library",
"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/."
]
2020-09-29 08:06:46 +00:00
}