diff options
Diffstat (limited to 'dub.json')
-rw-r--r-- | dub.json | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -1,14 +1,13 @@ - { - "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", + "name" : "sdp", + "targetType" : "executable", + "targetName" : "sdp", + "targetPath" : "bin", + "description" : "sisu document parser.", + "authors" : ["Ralph Amissah"], + "homepage" : "http://sisudoc.org", + "license" : "AGPL-3+", + "add-path" : "./src/sdp", "dependencies": { } } |