[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Guile-zlib 0.1.0 released
From: |
Ludovic Courtès |
Subject: |
Guile-zlib 0.1.0 released |
Date: |
Fri, 12 Mar 2021 14:28:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi!
I’m pleased to announce the second release of Guile-zlib:
git clone https://notabug.org/guile-zlib/guile-zlib
cd guile-zlib
git checkout v0.1.0 # or 429b3c65ee8946d7ced2353efb8710047fd29c57
git tag -v v0.1.0
The ‘git tag -v’ command checks the authenticity of your checkout.
You may need to retrieve the signing key first:
gpg --keyserver pool.sks-keyservers.net \
--recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
Guile-zlib provides Guile 3.0/2.x bindings to the zlib compression
library.
Changes since the previous release (excerpt from the ‘NEWS’ file):
** New procedures: ‘make-zlib-input-port’, ‘make-zlib-output-port’
These procedures and the companion ‘call-with-zlib-*’ procedures
provide an alternative to the ‘make-gzip-*’ and ‘call-with-gzip-*’
procedures; unlike those, they operate on all types of ports, not
just file ports.
These procedures also support multiple formats: raw “deflate”,
“zlib”, and “gzip”.
** New ‘compress’ and ‘uncompress’ procedures
These procedures support compression/decompression of individual
bytevectors.
You can report bugs and send patches to <guile-user@gnu.org> or on the
web site:
https://notabug.org/guile-zlib/guile-zlib
If you like Guile-zlib, you may also like these:
https://notabug.org/guile-lzlib/guile-lzlib
https://notabug.org/guile-zstd/guile-zstd
:-)
Ludo’.
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Guile-zlib 0.1.0 released,
Ludovic Courtès <=