Re: 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 | <CADnrc4DDZrY7xLq5Rgu8cbkP0TpXTDxP9Gxyph4dhTb9O3HWxA@mail.gmail.com> |
I should've test this a bit more, I had to split one more egg. Now all deps should be properly packaged. * [new] schematra-csrf * release info: https://raw.githubusercontent.com/schematra/schematra/refs/heads/main/schematra-csrf.release-info * docs: http://wiki.call-cc.org/eggref/5/schematra-csrf Thanks! - Rolando On Mon, Aug 25, 2025 at 4:30 PM Rolando Abarca <[email protected]> wrote: > 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 >