-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.json
More file actions
26 lines (26 loc) · 701 Bytes
/
Copy pathdub.json
File metadata and controls
26 lines (26 loc) · 701 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
{
"name": "dockerhost",
"authors": [
"Jonathan Gerlach (jonathan@thegerlach.net)"
],
"description": "A Docker host configuration manager for bash or fish shells.",
"copyright": "Copyright © 2016, Jonathan Gerlach",
"license": "BSD",
"targetName": "dockerHost",
"buildTypes": {
"debug": {
"buildOptions": ["debugMode", "debugInfo", "debugInfoC", "alwaysStackFrame"],
"versions": ["Debug"]
},
"debug-profile": {
"buildOptions": ["debugMode", "debugInfo", "profile"]
},
"release-ldc": {
"buildOptions": ["releaseMode", "optimize", "inline"]
},
"release": {
"buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"]
}
},
"versions": ["BashShell"]
}