c16ddefd48
* add external for liblzma on fedora * add external for libgomp on fedora * add external for zlib on fedora
14 lines
373 B
TOML
14 lines
373 B
TOML
description = "Library implementing the deflate method from gzip/PKZIP"
|
|
name = "zlib"
|
|
authors = ["Jean-loup Gailly", "Mark Adler"]
|
|
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["zlib1g-dev"]
|
|
fedora = ["zlib-ng-compat-devel"]
|
|
msys2 = ["mingw-w64-x86_64-zlib"]
|