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.11.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" 22url { 23src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/ocaml-probes-v0.15.0.tar.gz" 24checksum: "sha256=6d154b2f67b6ddd3a501c08b481f5946a02b886554f949a29e7091f6c74f5a90" 25} 26depexts: ["linux-headers"] {os-family = "alpine"} 27