summaryrefslogtreecommitdiff
path: root/cook/html.sld
diff options
context:
space:
mode:
Diffstat (limited to 'cook/html.sld')
-rw-r--r--cook/html.sld8
1 files changed, 8 insertions, 0 deletions
diff --git a/cook/html.sld b/cook/html.sld
new file mode 100644
index 0000000..c40752f
--- /dev/null
+++ b/cook/html.sld
@@ -0,0 +1,8 @@
+(define-library (cook html)
+ (import (scheme small)
+ (chibi match)
+ (chibi sxml)
+ (chibi string)
+ (cook parse-internals))
+ (export recipe->html)
+ (include "html.scm"))