From 7419508a1d799c99aeb3051c8479a72f635ffe7a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 9 Jun 2023 17:20:55 -0400 Subject: arsd/cgi.d updated now includes arsd/core.d ldc2 1.32.2 --- dub_describe.json | 118 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 109 insertions(+), 9 deletions(-) (limited to 'dub_describe.json') diff --git a/dub_describe.json b/dub_describe.json index 46e4ca2..e87b668 100644 --- a/dub_describe.json +++ b/dub_describe.json @@ -1,7 +1,7 @@ { "rootPackage": "spine_search", "configuration": "default", - "buildType": "debug", + "buildType": "$DFLAGS", "compiler": "ldc", "architecture": [ "x86_64" @@ -20,7 +20,7 @@ "authors": [ "Ralph Amissah" ], - "copyright": "Copyright © 2015 - 2022 Ralph Amissah", + "copyright": "Copyright © 2002, 2023 Ralph Amissah", "license": "AGPL-3.0+", "dependencies": [ "spine_search:arsd.cgi", @@ -37,6 +37,7 @@ "dflags": [], "lflags": [], "libs": [], + "injectSourceFiles": [], "copyFiles": [], "extraDependencyFiles": [], "versions": [], @@ -53,6 +54,15 @@ "postBuildCommands": [], "preRunCommands": [], "postRunCommands": [], + "environments": {}, + "buildEnvironments": {}, + "runEnvironments": {}, + "preGenerateEnvironments": {}, + "postGenerateEnvironments": {}, + "preBuildEnvironments": {}, + "postBuildEnvironments": {}, + "preRunEnvironments": {}, + "postRunEnvironments": {}, "buildRequirements": [ "allowWarnings" ], @@ -62,6 +72,10 @@ "role": "source", "path": "src/ext_depends/arsd/cgi.d" }, + { + "role": "source", + "path": "src/ext_depends/arsd/core.d" + }, { "role": "source", "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/database.d" @@ -105,6 +119,10 @@ { "role": "stringImport", "path": "views/configuration.txt" + }, + { + "role": "stringImport", + "path": "views/version.txt" } ] }, @@ -131,6 +149,7 @@ "dflags": [], "lflags": [], "libs": [], + "injectSourceFiles": [], "copyFiles": [], "extraDependencyFiles": [], "versions": [], @@ -147,6 +166,15 @@ "postBuildCommands": [], "preRunCommands": [], "postRunCommands": [], + "environments": {}, + "buildEnvironments": {}, + "runEnvironments": {}, + "preGenerateEnvironments": {}, + "postGenerateEnvironments": {}, + "preBuildEnvironments": {}, + "postBuildEnvironments": {}, + "preRunEnvironments": {}, + "postRunEnvironments": {}, "buildRequirements": [], "options": [], "files": [ @@ -154,9 +182,17 @@ "role": "source", "path": "src/ext_depends/arsd/cgi.d" }, + { + "role": "source", + "path": "src/ext_depends/arsd/core.d" + }, { "role": "stringImport", "path": "views/configuration.txt" + }, + { + "role": "stringImport", + "path": "views/version.txt" } ] }, @@ -186,6 +222,7 @@ "libs": [ "sqlite3" ], + "injectSourceFiles": [], "copyFiles": [], "extraDependencyFiles": [], "versions": [], @@ -202,6 +239,15 @@ "postBuildCommands": [], "preRunCommands": [], "postRunCommands": [], + "environments": {}, + "buildEnvironments": {}, + "runEnvironments": {}, + "preGenerateEnvironments": {}, + "postGenerateEnvironments": {}, + "preBuildEnvironments": {}, + "postBuildEnvironments": {}, + "preRunEnvironments": {}, + "postRunEnvironments": {}, "buildRequirements": [], "options": [], "files": [ @@ -244,6 +290,10 @@ { "role": "stringImport", "path": "views/configuration.txt" + }, + { + "role": "stringImport", + "path": "views/version.txt" } ] } @@ -261,7 +311,12 @@ "targetName": "spine_search", "workingDirectory": "", "mainSourceFile": "", - "dflags": [], + "dflags": [ + "\"-O2", + "-inline", + "-boundscheck=on", + "-color=on\"" + ], "lflags": [], "libs": [ "sqlite3" @@ -272,6 +327,7 @@ ], "sourceFiles": [ "./src/ext_depends/arsd/cgi.d", + "./src/ext_depends/arsd/core.d", "./src/ext_depends/d2sqlite3/source/d2sqlite3/database.d", "./src/ext_depends/d2sqlite3/source/d2sqlite3/internal/memory.d", "./src/ext_depends/d2sqlite3/source/d2sqlite3/internal/util.d", @@ -283,6 +339,7 @@ "./src/ext_depends/d2sqlite3/source/tests.d", "./src/spine_search.d" ], + "injectSourceFiles": [], "copyFiles": [], "extraDependencyFiles": [], "versions": [ @@ -303,7 +360,8 @@ ], "importFiles": [], "stringImportFiles": [ - "./views/configuration.txt" + "./views/configuration.txt", + "./views/version.txt" ], "preGenerateCommands": [], "postGenerateCommands": [], @@ -311,6 +369,15 @@ "postBuildCommands": [], "preRunCommands": [], "postRunCommands": [], + "environments": {}, + "buildEnvironments": {}, + "runEnvironments": {}, + "preGenerateEnvironments": {}, + "postGenerateEnvironments": {}, + "preBuildEnvironments": {}, + "postBuildEnvironments": {}, + "preRunEnvironments": {}, + "postRunEnvironments": {}, "requirements": {}, "options": {} }, @@ -335,13 +402,20 @@ "targetName": "spine_search_arsd.cgi", "workingDirectory": "", "mainSourceFile": "", - "dflags": [], + "dflags": [ + "\"-O2", + "-inline", + "-boundscheck=on", + "-color=on\"" + ], "lflags": [], "libs": [], "linkerFiles": [], "sourceFiles": [ - "./src/ext_depends/arsd/cgi.d" + "./src/ext_depends/arsd/cgi.d", + "./src/ext_depends/arsd/core.d" ], + "injectSourceFiles": [], "copyFiles": [], "extraDependencyFiles": [], "versions": [ @@ -358,7 +432,8 @@ ], "importFiles": [], "stringImportFiles": [ - "./views/configuration.txt" + "./views/configuration.txt", + "./views/version.txt" ], "preGenerateCommands": [], "postGenerateCommands": [], @@ -366,6 +441,15 @@ "postBuildCommands": [], "preRunCommands": [], "postRunCommands": [], + "environments": {}, + "buildEnvironments": {}, + "runEnvironments": {}, + "preGenerateEnvironments": {}, + "postGenerateEnvironments": {}, + "preBuildEnvironments": {}, + "postBuildEnvironments": {}, + "preRunEnvironments": {}, + "postRunEnvironments": {}, "requirements": {}, "options": {} }, @@ -384,7 +468,12 @@ "targetName": "spine_search_d2sqlite3", "workingDirectory": "", "mainSourceFile": "", - "dflags": [], + "dflags": [ + "\"-O2", + "-inline", + "-boundscheck=on", + "-color=on\"" + ], "lflags": [], "libs": [ "sqlite3" @@ -401,6 +490,7 @@ "./src/ext_depends/d2sqlite3/source/d2sqlite3/statement.d", "./src/ext_depends/d2sqlite3/source/tests.d" ], + "injectSourceFiles": [], "copyFiles": [], "extraDependencyFiles": [], "versions": [ @@ -417,7 +507,8 @@ ], "importFiles": [], "stringImportFiles": [ - "./views/configuration.txt" + "./views/configuration.txt", + "./views/version.txt" ], "preGenerateCommands": [], "postGenerateCommands": [], @@ -425,6 +516,15 @@ "postBuildCommands": [], "preRunCommands": [], "postRunCommands": [], + "environments": {}, + "buildEnvironments": {}, + "runEnvironments": {}, + "preGenerateEnvironments": {}, + "postGenerateEnvironments": {}, + "preBuildEnvironments": {}, + "postBuildEnvironments": {}, + "preRunEnvironments": {}, + "postRunEnvironments": {}, "requirements": {}, "options": {} }, -- cgit v1.2.3