diff options
Diffstat (limited to 'dub_describe.json')
-rw-r--r-- | dub_describe.json | 48 |
1 files changed, 39 insertions, 9 deletions
diff --git a/dub_describe.json b/dub_describe.json index 082e32d..97e9f4a 100644 --- a/dub_describe.json +++ b/dub_describe.json @@ -1,7 +1,7 @@ { "rootPackage": "spine", "configuration": "default", - "buildType": "debug", + "buildType": "$DFLAGS", "compiler": "ldc", "architecture": [ "x86_64" @@ -14,7 +14,7 @@ { "path": "./", "name": "spine", - "version": "0.11.3", + "version": "0.12.0", "description": "a sisu like document parser", "homepage": "https://sisudoc.org", "authors": [ @@ -325,6 +325,10 @@ }, { "role": "import_", + "path": "src/ext_depends/D-YAML/source/dyaml/stdsumtype.d" + }, + { + "role": "import_", "path": "src/ext_depends/D-YAML/source/dyaml/style.d" }, { @@ -452,7 +456,7 @@ { "path": "./", "name": "spine:d2sqlite3", - "version": "0.11.3", + "version": "0.12.0", "description": "A thin wrapper around SQLite 3", "homepage": "https://github.com/dlang-community/d2sqlite3", "authors": [ @@ -543,7 +547,7 @@ { "path": "./", "name": "spine:dyaml", - "version": "0.11.3", + "version": "0.12.0", "description": "YAML parser and emitter", "homepage": "https://github.com/dlang-community/D-YAML", "authors": [ @@ -665,6 +669,10 @@ }, { "role": "source", + "path": "src/ext_depends/D-YAML/source/dyaml/stdsumtype.d" + }, + { + "role": "source", "path": "src/ext_depends/D-YAML/source/dyaml/style.d" }, { @@ -732,7 +740,7 @@ { "path": "./", "name": "spine:imageformats", - "version": "0.11.3", + "version": "0.12.0", "description": "Decoders for PNG, TGA, BMP, JPEG and encoders for PNG, TGA, BMP.", "homepage": "", "authors": [ @@ -815,7 +823,12 @@ "targetName": "spine", "workingDirectory": "", "mainSourceFile": "", - "dflags": [], + "dflags": [ + "-O2", + "-inline", + "-boundscheck=on", + "-color=on" + ], "lflags": [], "libs": [ "sqlite3" @@ -907,6 +920,7 @@ "./src/ext_depends/D-YAML/source/dyaml/resolver.d", "./src/ext_depends/D-YAML/source/dyaml/scanner.d", "./src/ext_depends/D-YAML/source/dyaml/serializer.d", + "./src/ext_depends/D-YAML/source/dyaml/stdsumtype.d", "./src/ext_depends/D-YAML/source/dyaml/style.d", "./src/ext_depends/D-YAML/source/dyaml/tagdirective.d", "./src/ext_depends/D-YAML/source/dyaml/test/common.d", @@ -972,7 +986,12 @@ "targetName": "spine_d2sqlite3", "workingDirectory": "", "mainSourceFile": "", - "dflags": [], + "dflags": [ + "-O2", + "-inline", + "-boundscheck=on", + "-color=on" + ], "lflags": [], "libs": [ "sqlite3" @@ -1032,7 +1051,12 @@ "targetName": "spine_dyaml", "workingDirectory": "", "mainSourceFile": "", - "dflags": [], + "dflags": [ + "-O2", + "-inline", + "-boundscheck=on", + "-color=on" + ], "lflags": [], "libs": [], "linkerFiles": [], @@ -1056,6 +1080,7 @@ "./src/ext_depends/D-YAML/source/dyaml/resolver.d", "./src/ext_depends/D-YAML/source/dyaml/scanner.d", "./src/ext_depends/D-YAML/source/dyaml/serializer.d", + "./src/ext_depends/D-YAML/source/dyaml/stdsumtype.d", "./src/ext_depends/D-YAML/source/dyaml/style.d", "./src/ext_depends/D-YAML/source/dyaml/tagdirective.d", "./src/ext_depends/D-YAML/source/dyaml/test/common.d", @@ -1118,7 +1143,12 @@ "targetName": "spine_imageformats", "workingDirectory": "", "mainSourceFile": "", - "dflags": [], + "dflags": [ + "-O2", + "-inline", + "-boundscheck=on", + "-color=on" + ], "lflags": [], "libs": [], "linkerFiles": [], |