mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
19 lines
311 B
YAML
19 lines
311 B
YAML
|
|
ext-uv:
|
||
|
|
type: php-extension
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: pecl
|
||
|
|
name: uv
|
||
|
|
prefer-stable: false
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
license: PHP-3.01
|
||
|
|
depends:
|
||
|
|
- libuv
|
||
|
|
- ext-sockets
|
||
|
|
php-extension:
|
||
|
|
support:
|
||
|
|
Windows: wip
|
||
|
|
BSD: wip
|
||
|
|
arg-type: with-path
|