We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921c969 commit e414842Copy full SHA for e414842
1 file changed
keep-header/dub.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "keep-header",
3
+ "description": "Execute a unix command in a header aware fashion.",
4
+ "homepage": "https://github.com/eBay/tsv-utils-dlang",
5
+ "authors": ["Jon Degenhardt"],
6
+ "copyright": "Copyright (c) 2017, eBay Software Foundation",
7
+ "license": "BSL-1.0",
8
+ "targetType": "executable",
9
+ "configurations": [
10
+ {
11
+ "name" : "executable",
12
+ "targetName": "keep-header",
13
+ "targetPath": "../bin/",
14
+ "mainSourceFile": "src/keep-header.d",
15
+ "dependencies": { }
16
+ },
17
18
+ "name": "unittest",
19
+ "targetType": "none"
20
+ }
21
+ ],
22
+ "buildTypes": {
23
+ "debug": { "buildOptions": ["debugMode", "optimize"] },
24
+ "release": { "buildOptions": ["releaseMode", "optimize", "inline"], "dflags": ["-boundscheck=off"] }
25
26
+}
0 commit comments