Re: New Egg: SRFI-214
Kristian Lein-Mathisen <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CAAGQtHynnNgA3tzbRrjiwNZfnGSAXEnYoLPa_pnMj1m1YVZoyg@mail.gmail.com> |
Hi Sören, I do not know of any SRFI-doc to svnwiki, but there is a markdown-svnwiki [1] egg which may be of use to you here. I've used it for all of my eggs. See https://api.call-cc.org/5/doc/markdown-svnwiki K. On Fri, Aug 9, 2024, 21:31 Sören Tempel <[email protected]> wrote: > Hi, > > I created an egg for SRFI-214. The source code is available on GitHub: > > https://github.com/nmeum/srfi-214 > > The .release-info file is: > > > https://raw.githubusercontent.com/nmeum/srfi-214/master/srfi-214.release-info > > Currently, the egg still requires r7rs. There is a branch called no-r7rs > where I patched that out but it's still WiP and it will require some > sort of vector library (e.g. SRFI-133) instead of the r7rs dependency > then (is that preferable). I want to use this together with the edward > egg (which already requires r7rs), hence this hasn't been a priority for > me personally so far. > > I haven't gotten around to creating a Wiki page yet, I hope I will have > the time to do so in the coming week. If someone has any tooling for > assisted/automated conversion of SRFI documentation to CHICKEN wiki > syntax please let me know :-) > > I am not subscribed to the list, please CC me. > > Greetings, > Sören > >