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

21 lines
368 B
YAML
Raw Normal View History

2026-02-02 13:32:35 +08:00
brotli:
type: library
artifact:
source:
type: ghtagtar
repo: google/brotli
match: 'v1\.\d.*'
metadata:
license-files: [LICENSE]
2026-02-02 13:32:35 +08:00
license: MIT
headers:
- brotli
pkg-configs:
- libbrotlicommon
- libbrotlidec
- libbrotlienc
2026-03-20 18:09:29 +08:00
static-libs@windows:
- brotlicommon.lib
- brotlidec.lib
- brotlienc.lib