diff options
author | Case Duckworth | 2023-09-06 22:45:45 -0500 |
---|---|---|
committer | Case Duckworth | 2023-09-06 22:45:45 -0500 |
commit | 59598f42c16cf12e544e5bf2ce9c873fba94238e (patch) | |
tree | 055f106b72f289f59d4af417a24448e4983dbec3 /lib/schmaltz.sld | |
parent | A new start (again) (diff) | |
download | boudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.tar.gz boudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.zip |
A newerer beginning
Diffstat (limited to 'lib/schmaltz.sld')
-rw-r--r-- | lib/schmaltz.sld | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/schmaltz.sld b/lib/schmaltz.sld deleted file mode 100644 index d54d53e..0000000 --- a/lib/schmaltz.sld +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | (define-library (boudin schmaltz) | ||
2 | (export render | ||
3 | render-string | ||
4 | wrap-paragraphs) | ||
5 | |||
6 | (import (scheme base) | ||
7 | (scheme case-lambda) ; case-lambda | ||
8 | (scheme eval) ; eval | ||
9 | (scheme read) ; read | ||
10 | (scheme repl) ; interaction-environment | ||
11 | (scheme write) ; display | ||
12 | (only (html-parser) | ||
13 | sxml->html) | ||
14 | (only (srfi 152) | ||
15 | string-split string-trim)) | ||
16 | |||
17 | (include "lib/schmaltz.sls")) | ||