0.1.0
All checks were successful
Build / Build project (push) Successful in 3m1s

This commit is contained in:
Alexander Zhirov 2025-10-09 19:12:27 +03:00
parent a7ffa41ee8
commit fb27793d5a
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 25 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# OpenZL
OpenZL delivers high compression ratios while preserving high speed, a level of performance that is out of reach for generic compressors.

22
package.yml Normal file
View file

@ -0,0 +1,22 @@
name : openzl
version : 0.1.0
release : 1
source :
- https://github.com/facebook/openzl/archive/refs/tags/v0.1.0.tar.gz : 3278546dcdbae3aef3887f07b435ebe0aa9f6943a5ac74cf9b7baeefe6526c2e
homepage : https://openzl.org/
license : BSD-3-Clause
component : programming.library
summary : OpenZL delivers high compression ratios while preserving high speed, a level of performance that is out of reach for generic compressors.
description: |
OpenZL delivers high compression ratios while preserving high speed, a level of performance that is out of reach for generic compressors.
networking : yes
setup : |
%cmake_ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DOPENZL_BUILD_TESTS=OFF
build : |
%ninja_build
install : |
%ninja_install
rm -vf "$installdir"/%libdir%/*.a