~ chicken-core (chicken-5) c9652ca8d890081bea03281b6dbafbb22c37fc12
commit c9652ca8d890081bea03281b6dbafbb22c37fc12 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Thu Jan 11 18:26:29 2024 +0100 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Thu Jan 11 18:28:03 2024 +0100 Egg specification format: Note on minimum required CHICKEN version specification Backport of http://bugs.call-cc.org/changeset/43108/project Related to #1822. diff --git a/manual/Egg specification format b/manual/Egg specification format index 8512d33d..2a246a91 100644 --- a/manual/Egg specification format +++ b/manual/Egg specification format @@ -70,6 +70,13 @@ built and installed if they do not already exist in the repository. newest available egg with this name and the latter specifies a specific version or higher. +This property can also be used to specify a minimum version of CHICKEN +required by the egg. For example, to require at least CHICKEN 5.3.0: + +<enscript highlight=scheme> +(dependencies (chicken "5.3.0")) +</enscript> + ==== test-dependencies [egg property] (test-dependencies EGG ...)Trap