1. Home
  2. Browse
  3. liburing

liburing

v2.1#0Go to latest

Linux-native io_uring I/O access library

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.1#0

Publication

Supports

linux

GitHub

axboe/liburing

Homepage

github.com/axboe/liburing

Subtree

85f216ff85

License

Complex license

Definition

Manifest