aunit, gnatcoll, lal, xmlada... 23.0.0 (#668)

* First batch of 23.0.0 releases for GNATcoll, LAL, XMLAda, etc.

* Update libadalang_tools-23.0.0.toml
This commit is contained in:
Fabien Chouteau
2022-10-31 10:55:51 +01:00
committed by GitHub
parent d06fcdc186
commit 7253e60c03
22 changed files with 588 additions and 0 deletions
@@ -0,0 +1,36 @@
name = "templates_parser"
version = "23.0.0"
description = "Templates Parser: File generation from templates in Ada"
website = "https://github.com/AdaCore/templates-parser"
authors = ["AdaCore"]
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["templates_parser.gpr"]
[configuration]
disabled = true
[[actions]]
type = "post-fetch"
command = ["cp", "config/tp_xmlada_installed.gpr", "tp_xmlada.gpr"]
[gpr-externals]
LIBRARY_TYPE = ["static", "relocatable"]
PRJ_BUILD = ["Debug", "Release"]
TP_TASKING = ["No_Tasking", "Standard_Tasking"]
TP_XMLADA = ["Installed", "Disabled"]
[gpr-set-externals]
TP_XMLADA = "Installed"
PRJ_BUILD = "Release"
[environment]
ADAFLAGS.set = "-gnaty-d" # Disable no DOS line terminators check
[[depends-on]]
xmlada = "~23.0.0"
[origin]
url="https://github.com/AdaCore/templates-parser/archive/v23.0.0/templates-parser-23.0.0.zip"
hashes=['sha512:3a900ee7614efa41ff04959fe980cdee47a046c9a40d34b7ead01620b8989721771c0d4154c9eb885fc53c9e725d10f8d721a756c55c53397100e32bc59bceac']