this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ocaml-probes" 5bug-reports: "https://github.com/janestreet/ocaml-probes/issues" 6dev-repo: "git+https://github.com/janestreet/ocaml-probes.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml-probes/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.1.0"} 14 "dune" {>= "3.11.0"} 15 "owee" {>= "0.4"} 16] 17synopsis: "USDT probes for OCaml: command line tool" 18description: " 19A tool for controlling user-space statically-defined tracing probes for OCaml. 20Experimental. 21" 22depexts: ["linux-headers"] {os-family = "alpine"} 23available: (arch = "x86_64" | arch = "arm64") & os = "linux" 24url { 25src: "https://github.com/janestreet/ocaml-probes/archive/refs/tags/v0.17.0.tar.gz" 26checksum: "sha256=e3587acc8c957181030a4c9daac7041f44c3faf908707b9cb3b808173e19d380" 27}