new eggs: split schematra's modules into their own eggs + hiredis egg
Rolando Abarca via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CADnrc4BeALYm5Oq62UhuPDVoMc+Wh2O0nbgFVz22tdZqLZoSKA@mail.gmail.com> |
Hi everyone, Following some feedback I decided to split schematra into 3 (for now) different eggs: * schematra (no changes to this one, but I updated the tarball url in the release info) * [new] schematra-session: cookie-based session middleware * release info: https://raw.githubusercontent.com/schematra/schematra/refs/heads/main/schematra-session.release-info * docs: http://wiki.call-cc.org/eggref/5/schematra-session * [new] oauthtoothy (oauth2 middleware) * release info: https://raw.githubusercontent.com/schematra/schematra/refs/heads/main/oauthtoothy.release-info * docs: http://wiki.call-cc.org/eggref/5/oauthtoothy * [new] chiccup (html rendering middleware) * release info: https://raw.githubusercontent.com/schematra/schematra/refs/heads/main/chiccup.release-info * docs: http://wiki.call-cc.org/eggref/5/chiccup I'm trying to see if it would work to have some sort of mono-repo for the schematra eggs. They're all hosted here: https://github.com/schematra/schematra I'm also releasing a new hiredis-based redis egg: * hiredis * available at: https://github.com/schematra/chicken-hiredis * release info: https://raw.githubusercontent.com/schematra/chicken-hiredis/refs/heads/main/hiredis.release-info * docs: http://wiki.call-cc.org/eggref/5/hiredis Thanks! Rolando