aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
blob: f23678ab14a192b3596706e5fa0f19b637b6fee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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": {
  }
}