this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add suggestions

koonwen 9141711b 9f0c048e

+8 -11
+2 -9
packages/conf-liburing/conf-liburing.0.1.0/opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: "Virtual package for system installation of liburing" 3 - maintainer: ["Lee Koon Wen"] 3 + maintainer: ["koonwen@gmail.com"] 4 4 authors: ["Lee Koon Wen"] 5 5 license: ["ISC" "BSD-3-Clause"] 6 6 homepage: "https://github.com/koonwen/uring-trace" 7 7 doc: "https://koonwen.github.com/koonwen/uring-trace" 8 8 bug-reports: "https://github.com/koonwen/uring-trace/issues" 9 9 available: [ os = "linux" ] 10 + dev-repo: "git+https://github.com/koonwen/uring-trace.git" 10 11 11 12 depexts: [ 12 13 ["liburing-dev"] { os-distribution = "ubuntu" } ··· 14 15 ["liburing-devel"] { os-distribution = "fedora" } 15 16 ] 16 17 flags: conf 17 - url { 18 - src: 19 - "https://github.com/koonwen/uring-trace/releases/download/v0.1.0/uring-trace-0.1.0.tbz" 20 - checksum: [ 21 - "sha256=d1469550363df1af0fcb331ac86f6347fb021dfa844532c370317d3ad30d1e91" 22 - "sha512=73a519f681d60aa83c4cba8439fc94fe207b0449ef0bff1fef0e976c4f68d6e56f543444cab936910d3e00cb9436abe2828739cc1e27c28d2e8c9d1e9218b1e8" 23 - ] 24 - } 25 18 x-commit-hash: "732869041422ada630d065f937ba210c20b8bf5c"
+6 -2
packages/uring-trace/uring-trace.0.1.0/opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: "IO-uring tracing tool using eBPF probes" 3 - maintainer: ["Lee Koonwen"] 4 - authors: ["Lee Koonwen"] 3 + description: "eBPF-based tracing tool for io-uring. Require's Linux kernel version >= 6.1.0" 4 + maintainer: ["koonwen@gmail.com"] 5 + authors: ["Lee Koon Wen"] 5 6 license: ["ISC" "BSD-3-Clause"] 6 7 homepage: "https://github.com/koonwen/uring-trace" 7 8 doc: "https://github.com/koonwen/uring-trace" ··· 38 39 ["dune" "install" "-p" name "--create-install-files" name] 39 40 ] 40 41 dev-repo: "git+https://github.com/koonwen/uring-trace.git" 42 + post-messages: [ 43 + "This package requires your kernel version to be at least 6.1.0" {failure} 44 + ] 41 45 url { 42 46 src: 43 47 "https://github.com/koonwen/uring-trace/releases/download/v0.1.0/uring-trace-0.1.0.tbz"