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