1Source: liburing 2Section: libs 3Priority: optional 4Maintainer: Liu Changcheng <changcheng.liu@intel.com> 5Build-Depends: 6 debhelper-compat (= 13) 7Standards-Version: 4.1.4 8Homepage: https://git.kernel.dk/cgit/liburing/tree/README 9Vcs-Git: https://git.kernel.dk/liburing 10Vcs-Browser: https://git.kernel.dk/cgit/liburing/ 11 12Package: liburing2 13Architecture: linux-any 14Multi-Arch: same 15Pre-Depends: ${misc:Pre-Depends} 16Depends: ${misc:Depends}, ${shlibs:Depends} 17Description: userspace library for using io_uring 18 io_uring is kernel feature to improve development 19 The newese Linux IO interface, io_uring could improve 20 system performance a lot. liburing is the userspace 21 library to use io_uring feature. 22 . 23 This package contains the shared library. 24 25Package: liburing-dev 26Section: libdevel 27Architecture: linux-any 28Multi-Arch: same 29Depends: 30 ${misc:Depends}, 31 liburing2 (= ${binary:Version}), 32 linux-libc-dev (>= 5.1) 33Description: userspace library for using io_uring 34 io_uring is kernel feature to improve development 35 The newese Linux IO interface, io_uring could improve 36 system performance a lot. liburing is the userspace 37 library to use io_uring feature. 38 . 39 This package contains the static library and the header files. 40