From 4a058e40b26c2b614ac68bad96a412809a7bac13 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 5 Jul 2023 16:14:13 -0500 Subject: Initial commit --- chicanery.egg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 chicanery.egg (limited to 'chicanery.egg') diff --git a/chicanery.egg b/chicanery.egg new file mode 100644 index 0000000..4fddaec --- /dev/null +++ b/chicanery.egg @@ -0,0 +1,14 @@ +;; chicanery -*- scheme -*- + +((synopsis "Subtly breaking scheme expectations.") + (author "Case Duckworth") + (version "0.1.0") + (license "God Willing License") + (category lang-exts) + (dependencies r7rs utf8) + (components + (extension chicanery + (source chicanery.scm) + (types-file) ; I don't know what this does ... + (inline-file) + (csc-options "-X" "r7rs" "-R" "r7rs")))) -- cgit 1.4.1-21-gabe81