7253e60c03
* First batch of 23.0.0 releases for GNATcoll, LAL, XMLAda, etc. * Update libadalang_tools-23.0.0.toml
37 lines
1.1 KiB
TOML
37 lines
1.1 KiB
TOML
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']
|