about summary refs log tree commit diff stats
path: root/chicanery.egg
diff options
context:
space:
mode:
Diffstat (limited to 'chicanery.egg')
-rw-r--r--chicanery.egg14
1 files changed, 14 insertions, 0 deletions
diff --git a/chicanery.egg b/chicanery.egg new file mode 100644 index 0000000..4fddaec --- /dev/null +++ b/chicanery.egg
@@ -0,0 +1,14 @@
1;; chicanery -*- scheme -*-
2
3((synopsis "Subtly breaking scheme expectations.")
4 (author "Case Duckworth")
5 (version "0.1.0")
6 (license "God Willing License")
7 (category lang-exts)
8 (dependencies r7rs utf8)
9 (components
10 (extension chicanery
11 (source chicanery.scm)
12 (types-file) ; I don't know what this does ...
13 (inline-file)
14 (csc-options "-X" "r7rs" "-R" "r7rs"))))