1. Home
  2. Browse
  3. liburing

liburing

v2.0#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:

include(FindPkgConfig)
pkg_check_modules(liburing REQUIRED IMPORTED_TARGET GLOBAL liburing>=2.0)

target_link_libraries(main PRIVATE PkgConfig::liburing)
See source

Version

v2.0#0

Publication

Supports

linux

GitHub

axboe/liburing

Homepage

github.com/axboe/liburing

Subtree

bbe9763f62

License

Complex license

Definition

Manifest