12 lines
287 B
TOML
12 lines
287 B
TOML
[general]
|
|
description = "Library implementing the deflate method from gzip/PKZIP"
|
|
licenses = []
|
|
authors = ["Jean-loup Gailly", "Mark Adler"]
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
|
|
['1.2']
|
|
|
|
['1.2'.origin.'case(distribution)']
|
|
'debian|ubuntu' = "native:zlib1g-dev"
|
|
'...' = ""
|