Files
alire-index-community/index/ut/utilada_xml/utilada_xml-2.8.1.toml
T
Stephane Carrez ab63e4666c Ada Utility Library 2.8.1 crates (#1540)
* Ada Utility Library 2.8.1 crates

* Remove the AWS support because AWS is broken as usual
Now, it fails when building libgpr which is imported by GNATCOLL:

```
   [Ada]          gpr-env.adb
   gpr-util-put_resource_usage__unix.adb:34:24: error: "Timeval" not declared in "Thin_Common"
   gpr-util-put_resource_usage__unix.adb:35:24: error: "Timeval" not declared in "Thin_Common"
   gpr-util-put_resource_usage__unix.adb:69:34: error: "Timeval" not declared in "Thin_Common"
   gpr-util-put_resource_usage__unix.adb:78:34: error: "Timeval" not declared in "Thin_Common"
   gpr-util-put_resource_usage__unix.adb:84:50: error: invalid prefix in selected component "This"
   gpr-util-put_resource_usage__unix.adb:86:20: error: invalid prefix in selected component "This"
   gpr-util-put_resource_usage__unix.adb:34:24: error: "Timeval" not declared in "Thin_Common"
   gpr-util-put_resource_usage__unix.adb:35:24: error: "Timeval" not declared in "Thin_Common"
   gpr-util-put_resource_usage__unix.adb:69:34: error: "Timeval" not declared in "Thin_Common"
   gpr-util-put_resource_usage__unix.adb:78:34: error: "Timeval" not declared in "Thin_Common"
   gpr-util-put_resource_usage__unix.adb:84:50: error: invalid prefix in selected component "This"
   gpr-util-put_resource_usage__unix.adb:86:20: error: invalid prefix in selected component "This"

      compilation of gpr-env.adb failed
         compilation of gpr-util-aux.adb failed

	 gprbuild: *** compilation phase failed
	 make: *** [Makefile:188: build-awsres-tool-native] Error 4
```
2025-07-15 11:05:46 +02:00

43 lines
1.7 KiB
TOML

description = "Utility Library serialization with XML/Ada"
name = "utilada_xml"
version = "2.8.1"
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 = """
[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)
[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-util/xunits)
[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)
[![Documentation Status](https://readthedocs.org/projects/ada-util/badge/?version=latest)](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.8.1"
xmlada = "^24.0"
[gpr-externals]
UTIL_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
[configuration]
disabled = true
[origin]
commit = "c1db1e85625238de14c37231699d11beb1215ee1"
subdir = "./xml/"
url = "git+https://gitlab.com/stcarrez/ada-util.git"