this repo has no description
1opam-version: "2.0" 2synopsis: "Tools for the runtime events tracing system in OCaml" 3description: "Various tools for the runtime events tracing system in OCaml" 4maintainer: ["Sadiq Jaffer" "KC Sivaramakrishnan" "Sudha Parimala"] 5authors: ["Sadiq Jaffer"] 6license: "ISC" 7homepage: "https://github.com/tarides/runtime_events_tools" 8bug-reports: "https://github.com/tarides/runtime_events_tools/issues" 9depends: [ 10 "dune" {>= "3.2"} 11 "ocaml" {>= "5.0.0~"} 12 "hdr_histogram" 13 "cmdliner" {>= "1.1.0"} 14 "tracing" 15 "ocaml_intrinsics" {>= "v0.16.1"} 16 "menhir" {with-test} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/tarides/runtime_events_tools.git" 34available: (arch = "x86_64" | arch = "arm64") & os != "win32" 35url { 36 src: 37 "https://github.com/tarides/runtime_events_tools/releases/download/0.5.1/runtime_events_tools-0.5.1.tbz" 38 checksum: [ 39 "sha256=b09d346a2e62b2ec15e8ca7ce921f1cecea01799bf1137dd6df40459d7656564" 40 "sha512=c8bf22dc7ddeadfc4bbc5a263ad5355938b4763466eec3fbc7929440ed25e54abf56abb39bfe4f2f7e2a3daf83df983b840aaaff243fda447a46a145026c9a66" 41 ] 42} 43x-commit-hash: "129c73f38e1c4c2b1346cf71ab526dbd121c2d9b"