mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
20 lines
322 B
YAML
20 lines
322 B
YAML
|
|
grpc:
|
||
|
|
type: library
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: git
|
||
|
|
rev: v1.75.x
|
||
|
|
url: 'https://github.com/grpc/grpc.git'
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
license: Apache-2.0
|
||
|
|
depends:
|
||
|
|
- zlib
|
||
|
|
- openssl
|
||
|
|
- libcares
|
||
|
|
frameworks:
|
||
|
|
- CoreFoundation
|
||
|
|
lang: cpp
|
||
|
|
pkg-configs:
|
||
|
|
- grpc
|