mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
20 lines
357 B
YAML
20 lines
357 B
YAML
liburing:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghtar
|
|
repo: axboe/liburing
|
|
prefer-stable: true
|
|
metadata:
|
|
license-files: [COPYING]
|
|
license: LGPL-2.1-or-later
|
|
headers@linux:
|
|
- liburing/
|
|
- liburing.h
|
|
pkg-configs:
|
|
- liburing
|
|
- liburing-ffi
|
|
static-libs@linux:
|
|
- liburing.a
|
|
- liburing-ffi.a
|