mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 06:45:39 +08:00
25 lines
408 B
YAML
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
|