aboutsummaryrefslogtreecommitdiffstats
path: root/hascheme.egg
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-09-01 20:16:52 -0400
committerGravatar Peter McGoron 2025-09-01 20:19:58 -0400
commit77362ba7969ec4f31ff8f5a19216827dc2691c6c (patch)
tree2fc015d4cf8927a91d9188d62823c943a79031fe /hascheme.egg
parentfix list-tail, add some tests (diff)
0.1.00.1.0
Diffstat (limited to 'hascheme.egg')
-rw-r--r--hascheme.egg4
1 files changed, 3 insertions, 1 deletions
diff --git a/hascheme.egg b/hascheme.egg
index 7827b22..c92d2e9 100644
--- a/hascheme.egg
+++ b/hascheme.egg
@@ -1,8 +1,10 @@
((author "Peter McGoron")
(version "0.1.0")
(synopsis "Implictly Lazy Scheme embedded into Scheme")
- (category "lang-exts")
+ (category lang-exts)
(license "Apache-2.0")
+ (dependencies r7rs)
+ (test-dependencies srfi-64)
(components (extension hascheme.base
(source "lib/hascheme/base.sld")
(source-dependencies "lib/hascheme/base.scm")