bd299010ee
* Add crate for the new Ada Utility 2.5.0 library * Remove setting the BUILD and UTIL_LIBRARY_TYPE since default values exists in GPR
28 lines
1.2 KiB
TOML
28 lines
1.2 KiB
TOML
description = "Utility Library serialization with XML/Ada"
|
|
long-description = "\n[](https://jenkins.vacs.fr/job/Ada-Util/)\n[](https://jenkins.vacs.fr/job/Ada-Util/)\n[](https://codecov.io/gh/stcarrez/ada-util)\n\nThis library provides a serialization framework on top of XML/Ada for\nAda Utility Library.\n\n"
|
|
name = "utilada_xml"
|
|
version = "2.5.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
licenses = "Apache-2.0"
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = [".alire/xml/utilada_xml.gpr"]
|
|
tags = ["xml", "serialization"]
|
|
website = "https://gitlab.com/stcarrez/ada-util"
|
|
|
|
[[depends-on]]
|
|
utilada = "^2.5.0"
|
|
xmlada = "any"
|
|
|
|
[gpr-externals]
|
|
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[origin]
|
|
commit = "f65f9ba9cd38c57d11b1248e17207338026b49af"
|
|
url = "git+https://gitlab.com/stcarrez/ada-util.git"
|
|
|