this repo has no description
0
fork

Configure Feed

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

[new release] uring-trace (2 packages) (0.1.0)

CHANGES:

- Initial release.

koonwen 9f0c048e 9271bbb5

+74
+25
packages/conf-liburing/conf-liburing.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Virtual package for system installation of liburing" 3 + maintainer: ["Lee Koon Wen"] 4 + authors: ["Lee Koon Wen"] 5 + license: ["ISC" "BSD-3-Clause"] 6 + homepage: "https://github.com/koonwen/uring-trace" 7 + doc: "https://koonwen.github.com/koonwen/uring-trace" 8 + bug-reports: "https://github.com/koonwen/uring-trace/issues" 9 + available: [ os = "linux" ] 10 + 11 + depexts: [ 12 + ["liburing-dev"] { os-distribution = "ubuntu" } 13 + ["liburing-dev"] { os-distribution = "debian" } 14 + ["liburing-devel"] { os-distribution = "fedora" } 15 + ] 16 + 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 + x-commit-hash: "732869041422ada630d065f937ba210c20b8bf5c"
+49
packages/uring-trace/uring-trace.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "IO-uring tracing tool using eBPF probes" 3 + maintainer: ["Lee Koonwen"] 4 + authors: ["Lee Koonwen"] 5 + license: ["ISC" "BSD-3-Clause"] 6 + homepage: "https://github.com/koonwen/uring-trace" 7 + doc: "https://github.com/koonwen/uring-trace" 8 + bug-reports: "https://github.com/koonwen/uring-trace/issues" 9 + depends: [ 10 + "ppx_deriving" {>= "6.0.2"} 11 + "eio" {>= "1.1"} 12 + "ocaml" 13 + "dune" {>= "3.13"} 14 + "dune-site" 15 + "cmdliner" 16 + "eio_linux" 17 + "libbpf" 18 + "libbpf_maps" 19 + "conf-liburing" 20 + "conf-bpftool" 21 + "ctypes" 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "--promote-install-files=false" 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["dune" "install" "-p" name "--create-install-files" name] 39 + ] 40 + dev-repo: "git+https://github.com/koonwen/uring-trace.git" 41 + url { 42 + src: 43 + "https://github.com/koonwen/uring-trace/releases/download/v0.1.0/uring-trace-0.1.0.tbz" 44 + checksum: [ 45 + "sha256=d1469550363df1af0fcb331ac86f6347fb021dfa844532c370317d3ad30d1e91" 46 + "sha512=73a519f681d60aa83c4cba8439fc94fe207b0449ef0bff1fef0e976c4f68d6e56f543444cab936910d3e00cb9436abe2828739cc1e27c28d2e8c9d1e9218b1e8" 47 + ] 48 + } 49 + x-commit-hash: "732869041422ada630d065f937ba210c20b8bf5c"