1. Home
  2. Browse
  3. liburing

liburing

v2.3#1Go to latest

Library providing helpers for the Linux kernel io_uring support

Install

Run the following Vcpkg command to install the port.

vcpkg install liburing

Usage

The package liburing can be imported via CMake FindPkgConfig module:

find_package(PkgConfig)
pkg_check_modules(liburing REQUIRED IMPORTED_TARGET GLOBAL liburing>=2.0)

target_link_libraries(main PRIVATE PkgConfig::liburing)
See source

Version

v2.3#1

Publication

Supports

linux

GitHub

axboe/liburing3.2K

Homepage

github.com/axboe/liburing

Subtree

1286cac875

License

MITorLGPL-2.1orGPL-2.0

Definition

Manifest