lzmada 1.1.2 (#593)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
description = "Ada LZMA Library Binding"
|
||||
long-description = "A very thin Ada binding for the LZMA compression library"
|
||||
name = "lzmada"
|
||||
version = "1.1.2"
|
||||
licenses = "MIT"
|
||||
maintainers = ["Stephane.Carrez@gmail.com"]
|
||||
maintainers-logins = ["stcarrez"]
|
||||
authors = ["Stephane.Carrez@gmail.com"]
|
||||
project-files = [".alire/lzmada.gpr"]
|
||||
tags = ["compression", "lzma"]
|
||||
website = "https://gitlab.com/stcarrez/ada-lzma"
|
||||
|
||||
[gpr-externals]
|
||||
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
||||
LZMA_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
|
||||
[[depends-on]]
|
||||
liblzma = "*"
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[origin]
|
||||
commit = "f74f024479ac4ea8949421dede73eb319bdb073a"
|
||||
url = "git+https://gitlab.com/stcarrez/ada-lzma.git"
|
||||
|
||||
Reference in New Issue
Block a user