New egg: libyaml
li lu via Chicken-users <[email protected]> Sun, 28 Dec 2025 21:18:58 +0000
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <DM6PR14MB22172DCCFFF4FEF87AF9FDFAECBEA@DM6PR14MB2217.namprd14.prod.outlook.com> |
Hi, I'd like to add a new egg `libyaml` to online packages, the release-info URI is: - https://codeberg.org/rikuri/libyaml.ss/releases/download/latest/libyaml.ss.release-info The egg is to parse yaml. About the existing egg `yaml`, there are issues about distinguish list, mapping, NULL, etc. So I specifically defined the yaml object in scheme: - https://codeberg.org/rikuri/libyaml.ss/src/branch/main/docs/usage.md#yaml-and-scheme and libyaml is based on it. Best, Luli