mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
6 lines
207 B
Scheme
6 lines
207 B
Scheme
|
|
(define-library (chibi zlib)
|
|
(export gzip-file gunzip-file gzip gunzip maybe-gunzip)
|
|
(import (scheme base) (scheme write)
|
|
(chibi io) (chibi process) (chibi temp-file))
|
|
(include "zlib.scm"))
|