Added tasky

This commit is contained in:
Tristan B. Velloza Kildaire 2021-09-15 15:49:26 +02:00
parent c9fbd28914
commit b3a144ed9e
2 changed files with 10 additions and 6 deletions

View File

@ -4,17 +4,19 @@
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"dependencies": {
"protobuf": "~>0.6.2",
"bformat": "~>1.0.8",
"protobuf": "~>0.6.2",
"tasky": "~>0.0.2",
"tristanable": "~>2.2.0"
},
"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",
"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"
]
"targetType": "library"
}

View File

@ -2,7 +2,9 @@
"fileVersion": 1,
"versions": {
"bformat": "1.0.8",
"eventy": "0.1.4",
"protobuf": "0.6.2",
"tasky": "0.0.2",
"tristanable": "2.2.0"
}
}