Hi Anton, On Mon, 17 Nov 2025 00:16:37 +0300 Anton Idukov via Chicken-users <[email protected]> wrote:
> I made CHICKEN 5 and CHICKEN 6 compatible Egg record-vector - which is yet > another one record structure library for > Scheme. Simple Lisp way of attributed compound data definition & usage with > keywords as attribute names. > > Source code https://codeberg.org/Corbas/record-vector.git > > Rease info > https://codeberg.org/Corbas/record-vector/raw/branch/main/record-vector.release-info > > Documentation in README and on the way into egg page Thanks. Unfortunately the release referenced in the .release-info doesn't seem to be complete: https://codeberg.org/Corbas/record-vector/src/tag/1.0.0 (note that the .egg file is not there). You can check your egg before submitting it with: $ test-new-egg record-vector https://codeberg.org/Corbas/record-vector/raw/branch/main/record-vector.release-info See https://wiki.call-cc.org/eggs%20tutorial#testing-your-extension for more info. test-new-egg is also available for CHICKEN 6. All the best. Mario -- https://parenteses.org/mario
