libtun/dub.json

12 lines
351 B
JSON
Raw Normal View History

{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2021, Tristan B. Kildaire",
"description": "TUN adapter for D",
"license": "LGPL-3.0",
"name": "libtun",
2021-07-21 21:10:32 +01:00
"targetType": "library",
2021-10-24 18:11:01 +01:00
"preBuildCommands": ["cc $PACKAGE_DIR/source/libtun/tunctl.c -o $PACKAGE_DIR/source/tunctl.o -c"],
2021-10-24 18:06:00 +01:00
"lflags": ["$PACKAGE_DIR/source/tunctl.o"]
}