aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-05-25 10:47:12 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-05-25 12:21:38 -0400
commit0c5e723742fb923bfa85e3ee47434b463f390f20 (patch)
treed2cab9dd062e67d7af9a8b67ed3c92cc46cc40d0 /dub.json
parentseparate abstraction lib from output processing (diff)
ocda + outputs split: module/import + dub.json fixups
Modules and imports rewritten to sisudoc.ocda.* and sisudoc.outputs.*; dub.json excludedSourceFiles and the spine:abstraction sub-package sourcePaths collapsed to ./src/sisudoc/ocda. Verified: nix build .#spine-overlay-ldc clean. (assisted by Claude-Code)
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json16
1 files changed, 3 insertions, 13 deletions
diff --git a/dub.json b/dub.json
index f9b7524..429327c 100644
--- a/dub.json
+++ b/dub.json
@@ -10,11 +10,7 @@
"license": "AGPL-3.0+",
"targetPath": "./bin",
"sourcePaths": [ "./src/sisudoc" ],
- "excludedSourceFiles": [
- "src/sisudoc/abstraction/*",
- "src/sisudoc/meta/*",
- "src/sisudoc/io_in/*"
- ],
+ "excludedSourceFiles": [ "./src/sisudoc/ocda/*" ],
"importPaths": [ "./views" ],
"stringImportPaths": [ "./views" ],
"buildRequirements": [ "allowWarnings" ],
@@ -61,14 +57,8 @@
"copyright": "Copyright © 2015 - 2026 Ralph Amissah",
"license": "AGPL-3.0+",
"targetType": "library",
- "sourcePaths": [
- "./src/sisudoc/abstraction",
- "./src/sisudoc/meta",
- "./src/sisudoc/io_in"
- ],
- "importPaths": [
- "./src/sisudoc"
- ],
+ "sourcePaths": [ "./src/sisudoc/ocda" ],
+ "importPaths": [ "./src/sisudoc" ],
"buildRequirements": [ "allowWarnings" ],
"dependencies": {
"spine:dyaml": "*",