diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2025-01-20 18:16:46 +0100 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2025-01-20 18:16:46 +0100 |
commit | 1d465ff7b65564b56e881e75e1ff7988ebec6140 (patch) | |
tree | 0b3bd1aef8c8f0677edfcef607dc59bd9024387f /dev-libs/miniz/metadata.xml | |
parent | 33e45bb8a3bb316529cd8b89e08fbf370948ed92 (diff) | |
download | enomicon-1d465ff7b65564b56e881e75e1ff7988ebec6140.tar.xz |
dev-libs/miniz: new package, add 3.0.2
Diffstat (limited to 'dev-libs/miniz/metadata.xml')
-rw-r--r-- | dev-libs/miniz/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/miniz/metadata.xml b/dev-libs/miniz/metadata.xml new file mode 100644 index 0000000..9ae3e1e --- /dev/null +++ b/dev-libs/miniz/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <longdescription> + Miniz is a lossless, high performance data compression library in a single source file that implements the zlib + (RFC 1950) and Deflate (RFC 1951) compressed data format specification standards. It supports the most commonly + used functions exported by the zlib library, but is a completely independent implementation so zlib's licensing + requirements do not apply. Miniz also contains simple to use functions for writing .PNG format image files and + reading/writing/appending .ZIP format archives. Miniz's compression speed has been tuned to be comparable to + zlib's, and it also has a specialized real-time compressor function designed to compare well against + fastlz/minilzo. + </longdescription> + <upstream> + <bugs-to>https://github.com/richgel999/miniz/issues</bugs-to> + <remote-id type="github">richgel999/miniz</remote-id> + </upstream> +</pkgmetadata> |