1 2 3 4 5 6 7 8
(define-library (cook html) (import (scheme small) (chibi match) (chibi sxml) (chibi string) (cook parse-internals)) (export recipe->html) (include "html.scm"))