23 lines
1.2 KiB
TOML
23 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.1.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"]
|
|
|
|
[[depends-on]]
|
|
utilada = "^2.1.0"
|
|
xmlada = "any"
|
|
|
|
[gpr-externals]
|
|
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[origin]
|
|
url = "https://github.com/stcarrez/ada-util/archive/2.1.0.tar.gz"
|
|
hashes = ["sha512:56b450911111eef4ff0675021781e79c7be7c4063868c01a773a7bf5193202a58da3c5285924d2723c07f4d95df93b74f6fe3fb4d32ad718274ff3bce25601d3"]
|