* Jörg F. Wittenberger <[email protected]> [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. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
