diff options
author | Case Duckworth | 2023-07-05 16:14:13 -0500 |
---|---|---|
committer | Case Duckworth | 2023-07-05 16:14:13 -0500 |
commit | 4a058e40b26c2b614ac68bad96a412809a7bac13 (patch) | |
tree | 61424936a7741c6acf59177afaf44a157a1b95f0 /chicanery.egg | |
download | chicanery-4a058e40b26c2b614ac68bad96a412809a7bac13.tar.gz chicanery-4a058e40b26c2b614ac68bad96a412809a7bac13.zip |
Initial commit
Diffstat (limited to 'chicanery.egg')
-rw-r--r-- | chicanery.egg | 14 |
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")))) | ||