this repo has no description
1opam-version: "2.0" 2synopsis: "Virtual package for system installation of liburing" 3maintainer: ["koonwen@gmail.com"] 4authors: ["Lee Koon Wen"] 5license: ["ISC" "BSD-3-Clause"] 6homepage: "https://github.com/koonwen/uring-trace" 7doc: "https://koonwen.github.com/koonwen/uring-trace" 8bug-reports: "https://github.com/koonwen/uring-trace/issues" 9available: [ os = "linux" ] 10dev-repo: "git+https://github.com/koonwen/uring-trace.git" 11 12depexts: [ 13 ["liburing-dev"] { os-distribution = "ubuntu" } 14 ["liburing-dev"] { os-distribution = "debian" } 15 ["liburing-devel"] { os-distribution = "fedora" } 16] 17flags: conf 18x-commit-hash: "732869041422ada630d065f937ba210c20b8bf5c"