about summary refs log tree commit diff stats
path: root/chicken-scratch.egg
diff options
context:
space:
mode:
authorCase Duckworth2023-06-08 23:27:32 -0500
committerCase Duckworth2023-06-08 23:27:32 -0500
commitc258fe7f2347f03bf7b0ab02ac1596c65a072c1e (patch)
treea6b37ee6382a7fd98f4def83d01058f566cd6a53 /chicken-scratch.egg
parentRewrite; rename to chicken-scratch (diff)
downloadchicken-scratch-c258fe7f2347f03bf7b0ab02ac1596c65a072c1e.tar.gz
chicken-scratch-c258fe7f2347f03bf7b0ab02ac1596c65a072c1e.zip
Add egg and makefile and program
Diffstat (limited to 'chicken-scratch.egg')
-rw-r--r--chicken-scratch.egg12
1 files changed, 12 insertions, 0 deletions
diff --git a/chicken-scratch.egg b/chicken-scratch.egg new file mode 100644 index 0000000..37bd9bd --- /dev/null +++ b/chicken-scratch.egg
@@ -0,0 +1,12 @@
1;; chicken-scratch.egg --- heredoc-style expansion for CHICKEN -*- scheme -*-
2
3((synopsis "Heredoc-style expansion for CHICKEN")
4 (author "Case Duckworth")
5 (category io)
6 (license "BSD-3")
7 (components
8 (extension chicken-scratch-lib
9 (source "chicken-scratch.mod.scm")
10 (install-name chicken-scratch))
11 (program chicken-scratch
12 (source "chicken-scratch.scm"))))