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" {>= "4.14.0"} 14 "dune" {>= "2.0.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://ocaml.janestreet.com/ocaml-core/v0.16/files/ocaml-probes-v0.16.0.tar.gz" 26checksum: "sha256=bc8d2b0449a43966aace3815d20a71c51188317a2e8268b6e68cb4955d482f10" 27}