libtun/dub.json

12 lines
299 B
JSON

{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2021, Tristan B. Kildaire",
"description": "TUN adapter for D",
"license": "GPLv3",
"name": "libtun",
"targetType": "executable",
"preBuildCommands": ["gcc source/libtun/tunctl.c -o tunctl.o -c"],
"lflags": ["tunctl.o"]
}