A few eggs for CHICKEN 6
Diego via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <aBo3FE5Y1drGSuTxMgjgnx-drinICso4EzvOQHehjXJHdoqmq3rVT2Q4GUVwpoPgVXI6zuON3ocAo3MK8kNf8GWwG82q_kXuA7N1b2TlE6U=@pm.me> |
Hi all, I'm trying to get back into CHICKEN by porting some of my eggs to CHICKEN 6. The following eggs should be good to go, only missing documentation using test-new-egg: - r6rs-bytevectors https://git.sr.ht/~dieggsy/r6rs-bytevectors/blob/master/r6rs.bytevectors.release-info - genann https://git.sr.ht/~dieggsy/chicken-genann/blob/master/genann.release-info - srfi-197 https://git.sr.ht/~dieggsy/srfi-197/blob/master/srfi-197.release-info - chibi-generic https://git.sr.ht/~dieggsy/chibi-generic/blob/master/chibi-generic.release-info I'm still working through some of my other eggs, though most of the rest depend on other eggs not yet available in C6. Thanks, Diego