zlib: 0.7.0 release

2021-06-28 Thread Robert Jensen
Hello, Announcing version 0.7.0 of the zlib egg. * Use deflateInit2 / inflateInit2 zlib APIs * [BREAKING] `port` is now a required argument Ref: https://github.com/r1b/zlib/releases/tag/0.7.0

Re: [Chicken-users] pdf: chicken 5 port

2019-07-22 Thread Robert Jensen
Hello, Following up - can this be added to the coop? On Thu, Jul 18, 2019 at 5:11 PM wrote: > > I got in touch with m...@gushee.net who indicated that he is no longer > > working on scheme. He was the last node in a chain of authors porting > this > > code from CL -> Racket -> Chicken. He did

Re: [Chicken-users] pdf: chicken 5 port

2019-07-18 Thread Robert Jensen
ne. So it seems like there is no maintainer but I am curious if there is another implementation that is preferred? All the best, Rob On Tue, Jul 16, 2019 at 1:06 AM Mario Domenech Goulart wrote: > Hi Rob, > > On Mon, 15 Jul 2019 19:20:00 -0400 Robert Jensen < > robert.cole.je

[Chicken-users] pdf: chicken 5 port

2019-07-15 Thread Robert Jensen
Hello, I ported pdf [1] to chicken 5 [2]. I set up a release-info pointing at the 1.1.0 tag. I have contacted the original author to inquire about future maintenance. All the best, Rob [1] http://wiki.call-cc.org/eggref/4/pdf [2] https://github.com/r1b/pdf

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Robert Jensen
Got it - I published 0.10.1 & tested locally with c4 salmonella. On Fri, Apr 12, 2019 at 6:36 PM Mario Domenech Goulart wrote: > Hi Robert, > > On Fri, 12 Apr 2019 18:24:33 -0400 Robert Jensen < > robert.cole.jen...@gmail.com> wrote: > > > Thanks all - I just re

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Robert Jensen
I will install c4 in another prefix to test. On Fri, Apr 12, 2019 at 6:24 PM Robert Jensen wrote: > Thanks all - I just re-published hahn 0.10, restoring the .meta and .setup > files & using cond-expand to support both import styles. > > On Fri, Apr 12, 2019 at 5:53 PM Kristi

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Robert Jensen
scm > > Hope that comes in handy, > K. > > On Fri, Apr 12, 2019 at 11:35 PM Mario Domenech Goulart < > ma...@parenteses.org> wrote: > >> Hi Robert, >> >> On Fri, 12 Apr 2019 17:04:08 -0400 Robert Jensen < >> robert.cole.jen...@gmail.com> wrote:

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Robert Jensen
Hello, My apologies, I'm a little confused - I did remove the meta and setup file from the 0.10 tag, is that what's causing the issue here? On Fri, Apr 12, 2019 at 4:20 PM Mario Domenech Goulart wrote: > Hi, > > On Thu, 11 Apr 2019 23:19:10 -0400 Robert Jensen < > robert.cole.j

[Chicken-users] hahn: chicken 5 port

2019-04-11 Thread Robert Jensen
Hello, I ported hahn to chicken 5. You can find the release here: https://github.com/klutometis/hahn/releases/tag/0.10 All the best, Rob ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] zlib for chicken 5

2019-04-08 Thread Robert Jensen
Hello, I ported [1] to Chicken 5. You can find the source at [2]. All the best, Rob [1] http://wiki.call-cc.org/eggref/4/zlib [2] https://github.com/r1b/zlib/releases/tag/0.6 ___ Chicken-users mailing list Chicken-users@nongnu.org

[Chicken-users] URL-safe base64

2019-02-14 Thread Robert Jensen
Hello, I am working on a JWT egg for Chicken 5. I find that I need a URL-safe version of base64 encoding a la [1]. Please find attached a patch to the base64 egg with the general idea. I would like to support port I/O as well but I'm not sure how to proceed. [1]

[Chicken-users] new egg: envsubst

2019-01-21 Thread Robert Jensen
Hello, I cloned envsubst [1] in Chicken 5. You can check it out here [2]. All the best, Rob [1] https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html [2] https://github.com/r1b/envsubst ___ Chicken-users mailing list