Hi! I’m pleased to announce the first release of Guile-zstd: git clone https://notabug.org/guile-zstd/guile-zstd cd guile-zstd git checkout v0.1.0 # or 0d830f53e2a2bb71799aeda4be7101a09d060f99 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-zstd provides Guile 3.0/2.x bindings to the zstd (or “zstandard”) compression library. You can report bugs and send patches to or on the web site: https://notabug.org/guile-zstd/guile-zstd If you like Guile-zstd, you may also like these: https://notabug.org/guile-lzlib/guile-lzlib https://notabug.org/guile-zlib/guile-zlib :-) Ludo’.