Skip to content

Commit

Permalink
Add dub file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed Jan 14, 2016
1 parent 42745f4 commit 2e1af8a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "dsymbol",
"targetType": "library",
"description": "Symbol lookup support for libdparse",
"license": "BSL-1.0",
"authors": ["Brian Schott"],
"dependencies": {
"libdparse": "~>0.3.0",
"emsi_containers": "~>0.3.0"
}
}

0 comments on commit 2e1af8a

Please sign in to comment.