Files
static-php-cli/config/pkg/lib/zlib.yml

20 lines
345 B
YAML
Raw Normal View History

2026-02-02 13:32:35 +08:00
zlib:
type: library
artifact:
source:
type: ghrel
repo: madler/zlib
match: zlib.+\.tar\.gz
2026-02-02 13:32:35 +08:00
binary: hosted
metadata:
2026-02-03 10:59:56 +08:00
license-files: ['@/zlib.txt']
license: Zlib-Custom
headers:
- zlib.h
- zconf.h
static-libs@unix:
- libz.a
2026-03-20 18:03:46 +08:00
static-libs@windows:
- zlibstatic.lib
- zlib_a.lib