d483c6e4b3
* Ada Utility Library 2.6.0 - update crates for the new version of Ada Utility Library - convert the crates to use nested crates * Remove (temporarily) the utilada_aws-2.6.0 because building AWS fails (the issue is not related to utilada_aws but it is caused by a bug in the automated build which fails building AWS for Debian and Fedora, see https://github.com/alire-project/alire/issues/1394)
28 lines
1.2 KiB
TOML
28 lines
1.2 KiB
TOML
description = "Utility Library testing framework with Ahven"
|
|
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 testing framework on top of Ahven.\nIt provides various testing helper operations to help in\nwriting unit tests.\n\n"
|
|
name = "utilada_unit"
|
|
version = "2.6.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
licenses = "Apache-2.0"
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = ["utilada_unit.gpr"]
|
|
tags = ["testing"]
|
|
website = "https://gitlab.com/stcarrez/ada-util"
|
|
|
|
[[depends-on]]
|
|
utilada = "^2.6.0"
|
|
|
|
[gpr-externals]
|
|
UTIL_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[origin]
|
|
commit = "99ca46a12f0d542348262d67b613d58f0d14c7b5"
|
|
subdir = "./.alire/unit/"
|
|
url = "git+https://gitlab.com/stcarrez/ada-util.git"
|
|
|