DCD/dsymbol/dub.json

13 lines
270 B
JSON

{
"name": "dsymbol",
"description": "Symbol lookup support for libdparse",
"license": "BSL-1.0",
"authors": ["Brian Schott"],
"targetPath": "build",
"targetType": "library",
"dependencies": {
"libdparse": ">=0.20.0 <0.23.0",
"emsi_containers": "~>0.9.0"
}
}