mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:19:07 +08:00
85f216ff85
* [liburing] Update to version 2.1 * format vcpkg.json * x-add-version * apply suggestion * version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
9 lines
199 B
JSON
9 lines
199 B
JSON
{
|
|
"name": "liburing",
|
|
"version": "2.1",
|
|
"description": "Linux-native io_uring I/O access library",
|
|
"homepage": "https://github.com/axboe/liburing",
|
|
"license": null,
|
|
"supports": "linux"
|
|
}
|