43 lines
1.7 KiB
TOML
43 lines
1.7 KiB
TOML
description = "Utility Library serialization with XML/Ada"
|
|
name = "utilada_xml"
|
|
version = "2.9.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
licenses = "Apache-2.0"
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = ["utilada_xml.gpr"]
|
|
tags = ["xml", "serialization"]
|
|
website = "https://gitlab.com/stcarrez/ada-util"
|
|
long-description = """
|
|
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-util/summary)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-util/xunits)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-util/summary)
|
|
[](https://ada-util.readthedocs.io/en/latest/?badge=latest)
|
|
|
|
This library provides a serialization framework on top of XML/Ada for Ada Utility Library.
|
|
|
|
# Documentation
|
|
|
|
* [Ada Utility Library Programmer's Guide](https://ada-util.readthedocs.io/en/latest/) [PDF](https://github.com/stcarrez/ada-util/blob/master/docs/utilada-book.pdf)
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
utilada = "^2.9.0"
|
|
xmlada = "^24.0|^25.0"
|
|
|
|
[gpr-externals]
|
|
UTIL_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
|
|
[origin]
|
|
commit = "bd635f55729b99ca1d2633fb487fe17f935e7d6b"
|
|
subdir = "./xml/"
|
|
url = "git+https://gitlab.com/stcarrez/ada-util.git"
|
|
|