about summary refs log tree commit diff stats
path: root/chicken-scratch.egg
diff options
context:
space:
mode:
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"))))