Files
alire-index-community/index/zl/zlib/zlib-external.toml
T
2020-09-24 19:10:07 +02:00

13 lines
352 B
TOML

description = "Library implementing the deflate method from gzip/PKZIP"
name = "zlib"
authors = ["Jean-loup Gailly", "Mark Adler"]
licenses = []
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["zlib1g-dev"]
msys2 = ["mingw-w64-x86_64-zlib"]