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

25 lines
408 B
YAML
Raw Permalink Normal View History

2026-02-02 15:35:59 +08:00
libxml2:
type: library
artifact:
source:
type: ghtagtar
repo: GNOME/libxml2
match: v2\.\d+\.\d+$
2026-02-02 15:35:59 +08:00
metadata:
license-files: [Copyright]
license: MIT
depends@unix:
- libiconv
- zlib
2026-03-05 08:11:41 +08:00
- xz
2026-03-21 00:31:45 +08:00
depends@windows:
- zlib
- libiconv-win
2026-02-02 15:35:59 +08:00
headers:
- libxml2
pkg-configs:
- libxml-2.0
2026-03-21 00:31:45 +08:00
static-libs@windows:
- libxml2s.lib
- libxml2_a.lib