mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
25 lines
428 B
YAML
25 lines
428 B
YAML
ngtcp2:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghrel
|
|
repo: ngtcp2/ngtcp2
|
|
match: ngtcp2.+\.tar\.xz
|
|
prefer-stable: true
|
|
metadata:
|
|
license-files: [COPYING]
|
|
license: MIT
|
|
depends:
|
|
- openssl
|
|
suggests:
|
|
- nghttp3
|
|
- brotli
|
|
headers:
|
|
- ngtcp2
|
|
pkg-configs:
|
|
- libngtcp2
|
|
- libngtcp2_crypto_ossl
|
|
static-libs@unix:
|
|
- libngtcp2.a
|
|
- libngtcp2_crypto_ossl.a
|