Re: [Chicken-users] Looking for instructions to register an egg for 5.x

2019-06-18 Thread Mario Domenech Goulart
Hi Kay,

On Tue, 18 Jun 2019 19:20:42 -0400 masukomi  wrote:

> I've come across a couple eggs that no longer exist in 5.x. When
> speaking with one of the authors neither of us were sure what needed
> too be done (beyond the 4->5 code and metadata port) to make the egg
> show when you run `chicken-install` in 5.x
>
> Can someone please point me to the docs? 

Not sure if I understand your question.  You mean adding eggs to
CHICKEN's central repository of eggs, so that you can install them by
running "chicken-install "?

If that's the case, you basically have to send the URL of the
.release-info file to this list.  One of of CHICKEN maintainers will add
it to the central repository.

https://wiki.call-cc.org/releasing-your-egg contains more information.

If you have questions, just ask them here or in the IRC channel
(#chicken, Freenode).

All the best.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Looking for instructions to register an egg for 5.x

2019-06-18 Thread masukomi
I've come across a couple eggs that no longer exist in 5.x. When speaking
with one of the authors neither of us were sure what needed too be done
(beyond the 4->5 code and metadata port) to make the egg show when you run
`chicken-install` in 5.x

Can someone please point me to the docs?


- Kay Rhodes
https://masukomi.org
+1 (617) 308-9130
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] [ANN] CHICKEN 5.1.0 has been released

2019-06-18 Thread Peter Bex
Dear CHICKEN users,

We are pleased to announce the immediate availability of CHICKEN 5.1.0
at the following URL:
https://code.call-cc.org/releases/5.1.0/chicken-5.1.0.tar.gz

This tarball has the following SHA256 checksum:
5c1101a8d8faabfd500ad69101e0c7c8bd826c68970f89c270640470e7b84b4b

The most important change since 5.0.0 is a breaking one: Keywords are
now completely distinct from symbols.  Keywords are no longer accepted
as identifiers nor as type names, which may mean you'll need to
pipe-quote them or disable keyword syntax on your projects.

The other important new features are the new cond-expand, c-object and
object forms in .egg files.

The only change since the first release candidate is a small bug found
by John Cowan: srfi-4 did not export list->s64vector.  This bug was also
present in 5.0.0.

For a full list of the changes since 5.0.0, see the NEWS file:
https://code.call-cc.org/releases/5.1.0/NEWS

Kind regards,
The CHICKEN Team


signature.asc
Description: PGP signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users