this repo has no description

add suggestions

Changed files
+8 -11
packages
conf-liburing
conf-liburing.0.1.0
uring-trace
uring-trace.0.1.0
+2 -9
packages/conf-liburing/conf-liburing.0.1.0/opam
···
opam-version: "2.0"
synopsis: "Virtual package for system installation of liburing"
-
maintainer: ["Lee Koon Wen"]
authors: ["Lee Koon Wen"]
license: ["ISC" "BSD-3-Clause"]
homepage: "https://github.com/koonwen/uring-trace"
doc: "https://koonwen.github.com/koonwen/uring-trace"
bug-reports: "https://github.com/koonwen/uring-trace/issues"
available: [ os = "linux" ]
depexts: [
["liburing-dev"] { os-distribution = "ubuntu" }
···
["liburing-devel"] { os-distribution = "fedora" }
]
flags: conf
-
url {
-
src:
-
"https://github.com/koonwen/uring-trace/releases/download/v0.1.0/uring-trace-0.1.0.tbz"
-
checksum: [
-
"sha256=d1469550363df1af0fcb331ac86f6347fb021dfa844532c370317d3ad30d1e91"
-
"sha512=73a519f681d60aa83c4cba8439fc94fe207b0449ef0bff1fef0e976c4f68d6e56f543444cab936910d3e00cb9436abe2828739cc1e27c28d2e8c9d1e9218b1e8"
-
]
-
}
x-commit-hash: "732869041422ada630d065f937ba210c20b8bf5c"
···
opam-version: "2.0"
synopsis: "Virtual package for system installation of liburing"
+
maintainer: ["koonwen@gmail.com"]
authors: ["Lee Koon Wen"]
license: ["ISC" "BSD-3-Clause"]
homepage: "https://github.com/koonwen/uring-trace"
doc: "https://koonwen.github.com/koonwen/uring-trace"
bug-reports: "https://github.com/koonwen/uring-trace/issues"
available: [ os = "linux" ]
+
dev-repo: "git+https://github.com/koonwen/uring-trace.git"
depexts: [
["liburing-dev"] { os-distribution = "ubuntu" }
···
["liburing-devel"] { os-distribution = "fedora" }
]
flags: conf
x-commit-hash: "732869041422ada630d065f937ba210c20b8bf5c"
+6 -2
packages/uring-trace/uring-trace.0.1.0/opam
···
opam-version: "2.0"
synopsis: "IO-uring tracing tool using eBPF probes"
-
maintainer: ["Lee Koonwen"]
-
authors: ["Lee Koonwen"]
license: ["ISC" "BSD-3-Clause"]
homepage: "https://github.com/koonwen/uring-trace"
doc: "https://github.com/koonwen/uring-trace"
···
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/koonwen/uring-trace.git"
url {
src:
"https://github.com/koonwen/uring-trace/releases/download/v0.1.0/uring-trace-0.1.0.tbz"
···
opam-version: "2.0"
synopsis: "IO-uring tracing tool using eBPF probes"
+
description: "eBPF-based tracing tool for io-uring. Require's Linux kernel version >= 6.1.0"
+
maintainer: ["koonwen@gmail.com"]
+
authors: ["Lee Koon Wen"]
license: ["ISC" "BSD-3-Clause"]
homepage: "https://github.com/koonwen/uring-trace"
doc: "https://github.com/koonwen/uring-trace"
···
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/koonwen/uring-trace.git"
+
post-messages: [
+
"This package requires your kernel version to be at least 6.1.0" {failure}
+
]
url {
src:
"https://github.com/koonwen/uring-trace/releases/download/v0.1.0/uring-trace-0.1.0.tbz"