mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 14:55:39 +08:00
17 lines
300 B
YAML
17 lines
300 B
YAML
librabbitmq:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghtar
|
|
repo: alanxz/rabbitmq-c
|
|
prefer-stable: true
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: MIT
|
|
depends:
|
|
- openssl
|
|
static-libs@unix:
|
|
- librabbitmq.a
|
|
static-libs@windows:
|
|
- rabbitmq.4.lib
|