diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-25 10:47:12 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-25 12:21:38 -0400 |
| commit | 0c5e723742fb923bfa85e3ee47434b463f390f20 (patch) | |
| tree | d2cab9dd062e67d7af9a8b67ed3c92cc46cc40d0 /dub.json | |
| parent | separate 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.json | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -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": "*", |
