chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Eggs metafile needs another property - doesn't it?


From: Christian Kellermann
Subject: Re: [Chicken-users] Eggs metafile needs another property - doesn't it?
Date: Tue, 5 Jan 2016 21:33:59 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

* Jörg F. Wittenberger <address@hidden> [160105 21:18]:
> Argh, wait...
>
> Am 05.01.2016 um 21:09 schrieb Jörg F. Wittenberger:
> > Hi all,
> >
> > I need to specify a certain - not yet available - version of chicken
> > itself as the minimum requirement for an egg to work for real.
>
> as I sent the message I re-read
> http://wiki.call-cc.org/Metafile%20reference
> once more and stumbled upon what I've been looking for:
>
> (platform ID ...)
>
> using `chicken-4.11` should do the trick, shouldn't it?

The documentation may be misleading. A couple of eggs use the depends clause:

big-chicken/trunk/big-chicken.meta: (depends (chicken "4.2.6") regex)
gazette-tools/trunk/gazette-tools.meta: (depends big-chicken matchable 
miscmacros htmlprag srfi-19 http-client html-parser sxpath regex ssax)
heap-o-rama/trunk/heap-o-rama.meta: (depends (chicken "4.5.7"))
henrietta/trunk/henrietta.meta: (depends (chicken "4.5.8") regex)
operations/trunk/operations.meta: (depends (chicken "4.0.4"))
sequences/trunk/sequences.meta: (depends fast-generic (chicken "4.6.3") srfi-42)
sp/trunk/sp.meta: (depends big-chicken honu matchable miscmacros typed-records)

HTH,

Christian

--
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]