From db054156a1975a13a0c9769df003b7d14deec8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Sagaert?= Date: Wed, 24 Dec 2025 19:08:34 +0100 Subject: [PATCH] gnatcoll 26.0.0 (#1725) --- index/gn/gnatcoll/gnatcoll-26.0.0.toml | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 index/gn/gnatcoll/gnatcoll-26.0.0.toml diff --git a/index/gn/gnatcoll/gnatcoll-26.0.0.toml b/index/gn/gnatcoll/gnatcoll-26.0.0.toml new file mode 100644 index 00000000..6f8b818d --- /dev/null +++ b/index/gn/gnatcoll/gnatcoll-26.0.0.toml @@ -0,0 +1,38 @@ +name = "gnatcoll" +version = "26.0.0" +description = "GNAT Components Collection - Core packages" +website = "https://github.com/adacore/gnatcoll-core" +authors = ["AdaCore"] +licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" +maintainers = ["chouteau@adacore.com", "sagaert@adacore.com"] +maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"] +project-files = ["core/gnatcoll_core.gpr"] +tags = ["gnatcoll", "json", "email", "refcount", "vfs"] + +[configuration] +disabled = true + +[gpr-externals] +GNATCOLL_MMAP = ["yes", "no"] +GNATCOLL_MADVISE = ["yes", "no"] +GNATCOLL_XXHASH_ARCH = ["x86_64", "generic"] +GNATCOLL_BLAKE3_ARCH = ["x86_64-linux", "aarch64-linux", "x86_64-windows", "generic"] +# Those are defined and applied in the root crate `gnatcoll_minimal`, but they apply too to this crate. +# GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] +# GNATCOLL_OS = ["windows", "unix", "osx"] +# LIBRARY_TYPE = ["static", "relocatable", "static-pic"] + +[[depends-on]] +gnat = ">=14" +gnatcoll_minimal = "~26.0.0" + +[[actions]] +type = "pre-build" +# This action defines the default externals for your current target. Setting them in +# alire.toml will override them. Requires python and gprconfig. +command = ["python3", "gnatcoll_core.gpr.py", "build", "--configure-only", "--enable-constant-updates"] +directory = "core" + +[origin] +url="https://github.com/AdaCore/gnatcoll-core/archive/refs/tags/v26.0.0.zip" +hashes=['sha512:cc5dd0a199115fee269ec1ef963b80abbb56e3029e817d5dbfe71e90fff09d0535ae5be86dedb6d3fbcc74cfa2f3e2e7885de800e5805f9f596507814dce6d4b']