From 44a42f6d4f68742914c0b5b5976593ae8c67a693 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 25 Apr 2016 23:13:35 -0400 Subject: dub config --- dub.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dub.json (limited to 'dub.json') diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..f23678a --- /dev/null +++ b/dub.json @@ -0,0 +1,14 @@ + +{ + "name": "sdp", + "targetType": "executable", + "targetName": "sdp", + "targetPath": "bin", + "description": "sisu document parser.", + "authors": ["Ralph Amissah"], + "homepage": "http://sisudoc.org", + "license": "GPL-3.0", + "add-path": "./src/sdp", + "dependencies": { + } +} -- cgit v1.2.3