mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
17 lines
341 B
YAML
17 lines
341 B
YAML
ext-yaml:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: git
|
|
url: 'https://github.com/php/pecl-file_formats-yaml'
|
|
rev: php7
|
|
extract: php-src/ext/yaml
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: MIT
|
|
depends:
|
|
- libyaml
|
|
php-extension:
|
|
arg-type@unix: with-path
|
|
arg-type@windows: with
|