Email list hosting service & mailing list manager

Re: First post and overview for supported SRFIs per (some) Scheme implementations Lassi Kortela (19 Apr 2019 15:35 UTC)

Re: First post and overview for supported SRFIs per (some) Scheme implementations Lassi Kortela 19 Apr 2019 15:35 UTC

> Not sure whether I can really make that count, but I added a small
> Makefile to your packhack <https://github.com/schemedoc/packhack> repo
> here. <https://github.com/schemedoc/packhack/blob/master/Makefile> That
> helped me to get the generator running, result seems to be same as
> yours, so I hope that's fine.

Definitely is fine, I was hoping people would eventually contribute to
the repos in that organization :) Great to hear you got it working too.

packhack doesn't yet scrape the following URLs:

- http://ravensc.com/list
- https://github.com/fourthbit/spheres.git
- https://github.com/theschemer/slib.git

If you have some spare energy, it would be awesome if you can figure out
how to add those. Getting the list from the first one is tricky (I think
they are using a JSON file but I didn't find it). The other two are just
Git repos, I don't know what's the best way to scrape them. Maybe just
download <https://github.com/fourthbit/spheres/archive/master.tar.gz>
and parse using Racket's untar module? I do something like that here:
<https://github.com/schemedoc/rnrs-metadata/blob/master/download.rkt>