Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
[build]
type = "cmake"
[build.flags]
build_dir = "build"
configure = [
"-DLIBDEFLATE_BUILD_STATIC_LIB=OFF",
"-DLIBDEFLATE_BUILD_TESTS=ON",
"-G Ninja"
]
[dependencies]
build = [
"cmake",
"ninja",
]
runtime = ["glibc"]
[package]
description = "Heavily optimized library for DEFLATE/zlib/gzip compression and decompression"
homepage = "https://github.com/ebiggers/libdeflate"
license = "MIT"
name = "libdeflate"
version = "1.25"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/ebiggers/libdeflate.git#c8c56a20f8f621e6a966b716b31f1dedab6a41e3"