          MODULE=liburing
         VERSION=2.15
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/axboe/liburing/archive/refs/tags
      SOURCE_VFY=sha256:8d052f2622dcb3678cbaee5ff582a87572672a6c0a56533cdda5b65cb636120a
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MODULE-$VERSION
        WEB_SITE=https://git.kernel.dk/cgit/liburing/
         ENTERED=20200723
         UPDATED=20260629
           SHORT="Linux-native io_uring I/O access library"

cat << EOF
This is the io_uring library, liburing. 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.
EOF
