29 lines
862 B
TOML
29 lines
862 B
TOML
[general]
|
|
description = "Templates Parser: File generation from templates in Ada"
|
|
licenses = ["GPL 3.0"]
|
|
authors = ["AdaCore"]
|
|
website = "https://github.com/AdaCore/templates-parser"
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
|
|
[general.gpr-externals]
|
|
PRJ_BUILD = ["Debug", "Release"]
|
|
TP_TASKING = ["No_Tasking" ,"Standard_Tasking"]
|
|
TP_XMLADA = ["Installed", "Disabled"]
|
|
LIBRARY_TYPE = ["static", "relocatable"]
|
|
|
|
# We configure it with external xmlada,
|
|
# so other projects depending on xmlada do not clash
|
|
|
|
[general.gpr-set-externals]
|
|
TP_XMLADA = "Installed"
|
|
|
|
[[general.actions]]
|
|
type = "post-fetch"
|
|
command = "cp config/tp_xmlada_installed.gpr tp_xmlada.gpr"
|
|
|
|
['19.2']
|
|
origin = "git+https://github.com/AdaCore/templates-parser.git@d80bb73d582cac39cd60dcd5b2bdd32d367e30c6"
|
|
|
|
['19.2'.depends-on]
|
|
xmlada = "any"
|