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)
42 lines
1.7 KiB
TOML
42 lines
1.7 KiB
TOML
description = "Utility Library streams with LZMA support"
|
|
name = "utilada_lzma"
|
|
version = "2.6.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
licenses = "Apache-2.0"
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = ["utilada_lzma.gpr"]
|
|
tags = ["lzma", "streams"]
|
|
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 small library provides LZMA streams.
|
|
|
|
# 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]]
|
|
lzmada = "^1.1.2"
|
|
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/lzma/"
|
|
url = "git+https://gitlab.com/stcarrez/ada-util.git"
|
|
|