aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/dub.json b/dub.json
index 530a9fe..2671128 100644
--- a/dub.json
+++ b/dub.json
@@ -5,7 +5,7 @@
"copyright": "Copyright © 2015 - 2023 Ralph Amissah",
"name": "spine",
"version": "0.12.0",
- "description": "a sisu like document parser",
+ "description": "an object-centric sisu-like document parser",
"homepage": "https://sisudoc.org",
"license": "AGPL-3.0+",
"targetPath": "./bin",
@@ -13,7 +13,6 @@
"stringImportPaths": [ "./views" ],
"buildRequirements": [ "allowWarnings" ],
"targetType": "executable",
- "platforms": [ "posix" ],
"buildTypes": {
"dmd": {
"dflags": [ "-J=views", "-I=src/doc_reform" ],
@@ -59,7 +58,6 @@
"configurations": [
{
"name": "d2sqlite3",
- "d2sqlite3": "with-lib",
"targetType": "library",
"systemDependencies": "SQLite version >= 3.8.7",
"libs": [ "sqlite3" ],