diff options
author | Case Duckworth | 2023-08-28 23:13:14 -0500 |
---|---|---|
committer | Case Duckworth | 2023-08-28 23:13:14 -0500 |
commit | a68c31e39077227754fcc462361d919daaead671 (patch) | |
tree | 677ded3558af27d4d07a0b55f7340c02e8ddb186 | |
parent | Add README and COPYING (diff) | |
download | schmaltz-a68c31e39077227754fcc462361d919daaead671.tar.gz schmaltz-a68c31e39077227754fcc462361d919daaead671.zip |
Correct dependencies
-rw-r--r-- | schmaltz.egg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schmaltz.egg b/schmaltz.egg index 7576ccb..635a4bc 100644 --- a/schmaltz.egg +++ b/schmaltz.egg | |||
@@ -1,11 +1,11 @@ | |||
1 | ;;; (schmaltz) --- render CHICKEN in texts | 1 | ;;; (schmaltz) --- render CHICKEN in texts |
2 | 2 | ||
3 | ((synopsis "Render scheme form in texts.") | 3 | ((synopsis "Render scheme forms in texts.") |
4 | (author "Case Duckworth") | 4 | (author "Case Duckworth") |
5 | (version "0.1.0") | 5 | (version "0.1.0") |
6 | (license "God Willing License") | 6 | (license "God Willing License") |
7 | 7 | ||
8 | (dependencies r7rs utf8 srfi-1) | 8 | (dependencies r7rs utf8 srfi-1 html-parser) |
9 | 9 | ||
10 | (component-options | 10 | (component-options |
11 | (csc-options -X r7rs -R r7rs | 11 | (csc-options -X r7rs -R r7rs |