From c258fe7f2347f03bf7b0ab02ac1596c65a072c1e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 8 Jun 2023 23:27:32 -0500 Subject: Add egg and makefile and program --- chicken-scratch.egg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 chicken-scratch.egg (limited to 'chicken-scratch.egg') 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 @@ +;; chicken-scratch.egg --- heredoc-style expansion for CHICKEN -*- scheme -*- + +((synopsis "Heredoc-style expansion for CHICKEN") + (author "Case Duckworth") + (category io) + (license "BSD-3") + (components + (extension chicken-scratch-lib + (source "chicken-scratch.mod.scm") + (install-name chicken-scratch)) + (program chicken-scratch + (source "chicken-scratch.scm")))) -- cgit 1.4.1-21-gabe81