aboutsummaryrefslogtreecommitdiffstats
path: root/weight-balanced-trees.egg
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 /weight-balanced-trees.egg
parentxor (diff)
move files to fit the library search of implementations like chibi and cyclone
Diffstat (limited to 'weight-balanced-trees.egg')
-rw-r--r--weight-balanced-trees.egg4
1 files changed, 2 insertions, 2 deletions
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"))))