libdnet/dub.json

14 lines
283 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": {
"tristanable": "~>0.0.33"
},
2020-09-29 08:06:46 +00:00
"description": "dnet client library",
"license": "LGPL v2.1",
"name": "libdnet",
2020-09-30 10:55:33 +00:00
"targetType": "library",
"targetPath": "bin"
2020-09-29 08:06:46 +00:00
}