zlib-based homecooked gzip reader for significantly faster decompression times

This commit is contained in:
2024-11-12 09:37:46 +11:00
parent cf5e1a3f35
commit 089a7dcfe1
7 changed files with 256 additions and 14 deletions

View File

@ -8,14 +8,10 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/tsolomko/SWCompression", from: "4.8.6"),
],
targets: [
.target(
name: "darwin-apk",
dependencies: [
.product(name: "SWCompression", package: "SWCompression"),
],
path: "Sources/apk"),
.executableTarget(
name: "dpk",