zlib-api: new virtual with zlib/zlib-ng as providers (#37372)

Introduces a new virtual zlib-api, which replaces zlib in most packages.

This allows users to switch to zlib-ng by default for better performance.
This commit is contained in:
Harmen Stoppels
2023-08-09 15:22:58 +02:00
committed by GitHub
parent f9457fa80b
commit e51748ee8f
442 changed files with 840 additions and 549 deletions

View File

@@ -60,6 +60,7 @@ packages:
xxd: [xxd-standalone, vim]
yacc: [bison, byacc]
ziglang: [zig]
zlib-api: [zlib, zlib-ng+compat]
permissions:
read: world
write: user