Add crate for the new LZMA support in Ada Utility Library 2.5.0 (#597)
* Add crate for the new LZMA support in Ada Utility Library 2.5.0 * Fix the crate (wrong commit)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
description = "Utility Library streams with LZMA support"
|
||||
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\n\nThis small library provides LZMA streams.\n\n"
|
||||
name = "utilada_lzma"
|
||||
version = "2.5.0"
|
||||
authors = ["Stephane.Carrez@gmail.com"]
|
||||
licenses = "Apache-2.0"
|
||||
maintainers = ["Stephane.Carrez@gmail.com"]
|
||||
maintainers-logins = ["stcarrez"]
|
||||
project-files = [".alire/lzma/utilada_lzma.gpr"]
|
||||
tags = ["lzma", "streams"]
|
||||
website = "https://gitlab.com/stcarrez/ada-util"
|
||||
|
||||
[[depends-on]]
|
||||
lzmada = "^1.1.2"
|
||||
utilada = "^2.5.0"
|
||||
|
||||
[gpr-externals]
|
||||
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
||||
UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[origin]
|
||||
commit = "f65f9ba9cd38c57d11b1248e17207338026b49af"
|
||||
url = "git+https://gitlab.com/stcarrez/ada-util.git"
|
||||
|
||||
Reference in New Issue
Block a user