;; chicanery -*- scheme -*- ((synopsis "Subtly breaking scheme expectations.") (author "Case Duckworth") (version "0.2.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" "-X" "utf8" "-R" "utf8" "-no-warnings"))))