mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
other version numbers than 7 to `scheme-report-environment`, providing initial (scheme base) library.
7 lines
291 B
Scheme
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"))
|