Add liburing

This commit is contained in:
crazywhalecc
2026-02-06 11:54:15 +08:00
parent 4cfd8f4ca3
commit 127697b814
2 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
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