From 5b86183c9cdf000f667a0d536d63d8f19a995058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Sagaert?= Date: Wed, 21 Jan 2026 09:58:51 +0100 Subject: [PATCH] libgnatformat 26.0.0 (#1782) --- .../libgnatformat/libgnatformat-26.0.0.toml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 index/li/libgnatformat/libgnatformat-26.0.0.toml diff --git a/index/li/libgnatformat/libgnatformat-26.0.0.toml b/index/li/libgnatformat/libgnatformat-26.0.0.toml new file mode 100644 index 00000000..dbe365fb --- /dev/null +++ b/index/li/libgnatformat/libgnatformat-26.0.0.toml @@ -0,0 +1,44 @@ +name = "libgnatformat" +description = "Opinionated code format library for the Ada language" +version = "26.0.0" + +authors = ["AdaCore"] +maintainers = ["Fabien Chouteau ", "sagaert@adacore.com"] +maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"] +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "https://github.com/AdaCore/gnatformat" +tags = ["formatting", "ada", "lib"] + +project-files = "gnat/gnatformat.gpr" + +[gpr-set-externals] +GNATFORMAT_BUILD_MODE = "prod" + +[configuration] +disabled = true + +[[forbids]] +gnatformat = "*" + +[[depends-on]] +libadalang = "^26" +prettier_ada = "^26" +gnatcoll = "^26" +adasat = "^26" +vss_text = "^26" +vss_extra = "^26" + +[[actions]] +type = "post-fetch" +command = ["sed", "-i", "-e", "s/Version : constant String := \"debug\"/Version : constant String := \"26.0.0\"/", "gnatformat.ads"] +directory = "src" + +[[actions]] +type = "post-fetch" +# set fake date (tag commit) +command = ["sed", "-i", "-e", "s/Build_Date : constant String := \"debug\"/Build_Date : constant String := \"976b276ba6\"/", "gnatformat.ads"] +directory = "src" + +[origin] +url="https://github.com/AdaCore/gnatformat/archive/refs/tags/v26.0.0.zip" +hashes=['sha512:a0a869fab27e7138eb049a13f1784161633e5e2296ef33c1ff09ec5ec70085b09bd38f2dd45766c3de1c94f18b418331abca7845641978b4783d041619f0170d']