Files
static-php-cli/config/pkg/lib/libxml2.yml
crazywhalecc 7df861696d Add libxml2
2026-03-21 00:31:45 +08:00

25 lines
408 B
YAML

libxml2:
type: library
artifact:
source:
type: ghtagtar
repo: GNOME/libxml2
match: v2\.\d+\.\d+$
metadata:
license-files: [Copyright]
license: MIT
depends@unix:
- libiconv
- zlib
- xz
depends@windows:
- zlib
- libiconv-win
headers:
- libxml2
pkg-configs:
- libxml-2.0
static-libs@windows:
- libxml2s.lib
- libxml2_a.lib