Hi, Aleix Conchillo FlaquƩ writes: > Would it be possible to create a tarball for version 0.1.0? I'd love to add the library to Homebrew Guile. I've just upoaded a tarball to: https://inqlab.net/projects/guile-srfi-146/release/guile-srfi-146-0.1.0.tar.gz sha256sum: 53b8a7dba72de77c513e0094a6f65cc6be18ecf15aaed8a5a2656c845ab62807 guile-srfi-146-0.1.0.tar.gz Hope that works for you! You might also need a tarball for guile-srfi-128? Let me know... Cheers, pukkamustard > On Mon, Aug 8, 2022 at 1:55 AM pukkamustard wrote: > > Hello Guilers, > > I'm pleased to announce Guile SRFI-146 0.1.0: > https://inqlab.net/git/guile-srfi-146.git/tag/?h=v0.1.0 > > Guile SRFI 146 provides bindings to SRFI 146 (Mappings). SRFI 146 > provides two purely functional mapping data structures: One that uses an > ordering of keys and another that uses a hash on keys. The > implementations use red-black trees and hash array mapped tries (HAMT). > > The library re-uses the SRFI sample implementation with some minor Guile > specific fixes and optimiztions. The SRFI test suite has also been > ported. > > The package has been submitted to Guix so you should be able to start > some purely functional hacking very soon > (https://issues.guix.gnu.org/57055). > > Bug reports, fixes and patches are very welcome. > > Best regards, > pukkamustard