aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-01-20 22:26:54 -0500
committerGravatar Peter McGoron 2025-01-20 22:26:54 -0500
commitcf7947627f9aa1cdb70bd4bbceab0c8202301497 (patch)
tree7f94d78315dcfa4a25ec11723f51720c7bb9862d
parentxor (diff)
move files to fit the library search of implementations like chibi and cyclone
-rw-r--r--mcgoron/weight-balanced-trees/internal.scm (renamed from mcgoron.weight-balanced-trees.internal.scm)0
-rw-r--r--mcgoron/weight-balanced-trees/internal.sld (renamed from mcgoron.weight-balanced-trees.internal.sld)2
-rw-r--r--weight-balanced-trees.egg4
3 files changed, 3 insertions, 3 deletions
diff --git a/mcgoron.weight-balanced-trees.internal.scm b/mcgoron/weight-balanced-trees/internal.scm
index f0dc7c5..f0dc7c5 100644
--- a/mcgoron.weight-balanced-trees.internal.scm
+++ b/mcgoron/weight-balanced-trees/internal.scm
diff --git a/mcgoron.weight-balanced-trees.internal.sld b/mcgoron/weight-balanced-trees/internal.sld
index 5927d0d..2b77a64 100644
--- a/mcgoron.weight-balanced-trees.internal.sld
+++ b/mcgoron/weight-balanced-trees/internal.sld
@@ -37,5 +37,5 @@
union intersection difference xor
update delete
every)
- (include "mcgoron.weight-balanced-trees.internal.scm"))
+ (include "internal.scm"))
diff --git a/weight-balanced-trees.egg b/weight-balanced-trees.egg
index 273a998..aa0f88c 100644
--- a/weight-balanced-trees.egg
+++ b/weight-balanced-trees.egg
@@ -6,6 +6,6 @@
(dependencies "r7rs" "srfi-128")
(test-dependencies "srfi-133" "srfi-132" "srfi-194" "srfi-132" "srfi-128" "srfi-1" "srfi-64" "srfi-252" "srfi-158" "sexpr-srfi-64-runner" "srfi-197")
(components (extension mcgoron.weight-balanced-trees.internal
- (source "mcgoron.weight-balanced-trees.internal.sld")
- (source-dependencies "mcgoron.weight-balanced-trees.internal.scm")
+ (source "mcgoron/weight-balanced-trees/internal.sld")
+ (source-dependencies "mcgoron/weight-balanced-trees/internal.scm")
(csc-options "-R" "r7rs" "-X" "r7rs"))))