-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.json
More file actions
28 lines (28 loc) · 843 Bytes
/
Copy pathdub.json
File metadata and controls
28 lines (28 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "prohelp-cli",
"description": "CLI framework bridges for Prohelp — D integration with arsd.cli and related routers",
"authors": ["OpenShellOrg", "dev-centr"],
"license": "GPL-3.0",
"homepage": "https://github.com/openshellorg/prohelp-cli",
"targetType": "library",
"dependencies": {
"prohelp": {
"path": "../prohelp"
}
},
"configurations": [
{
"name": "library",
"targetType": "library",
"excludedSourceFiles": ["source/demo/*"]
},
{
"name": "demo",
"targetType": "executable",
"targetName": "prohelp-cli-demo",
"mainSourceFile": "source/demo/app.d",
"stringImportPaths": ["examples"],
"versions": ["ProhelpCliDemo"]
}
]
}