Files
third_party_liburing/bundle.json
ohci1 4b8f3098a5 update configure info for 2.14
Co-authored-by: Pavel Begunkov<asml.silence@gmail.com>
Co-authored-by: Guillem Jover<guillem@hadrons.org>
Co-authored-by: Jens Axboe<axboe@kernel.dk>
Co-authored-by: Khem Raj<raj.khem@gmail.com>
Co-authored-by: Michael de Lang<kingoipo@gmail.com>
Co-authored-by: David Disseldorp<ddiss@suse.de>
Co-authored-by: Ming Lei<ming.lei@redhat.com>
2026-04-24 09:24:13 +08:00

47 lines
1.4 KiB
JSON

{
"name": "@ohos/liburing",
"description": "liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.",
"version": "2.14",
"license": "MIT License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/liburing"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README"
},
"component": {
"name": "liburing",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "mini","small","standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/liburing:liburing"
],
"inner_kits": [
{
"name": "//third_party/liburing:liburing",
"header": {
"header_files": [
"liburing.h"
],
"header_base": "//third_party/liburing/src/include"
}
}
],
"test": []
}
}
}