chibi-scheme/lib/chibi/mime.sld
Alex Shinn bd32131b9d The big renaming to define-library in .sld, make it possible to pass
other version numbers than 7 to `scheme-report-environment`, providing
initial (scheme base) library.
2011-10-02 17:16:05 +09:00

7 lines
291 B
Scheme

(define-library (chibi mime)
(export mime-ref assoc-ref mime-header-fold mime-headers->list
mime-parse-content-type mime-decode-header
mime-message-fold mime-message->sxml)
(import (scheme) (chibi base64) (chibi quoted-printable) (chibi io))
(include "mime.scm"))