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 "ocamlfind"
13 "hdr_histogram"
14 "cmdliner" {>= "1.1.0"}
15 "tracing"
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]
33available: arch != "arm64" & arch != "arm32" & os != "freebsd"
34dev-repo: "git+https://github.com/tarides/runtime_events_tools.git"
35url {
36 src:
37 "https://github.com/tarides/runtime_events_tools/releases/download/0.5.0/runtime_events_tools-0.5.0.tbz"
38 checksum: [
39 "sha256=818258e2f81d42327cee846dda9fec5a863e926152903be3f4e5c686ee660270"
40 "sha512=50c5ecdae4a73c4f26d68da21265c8ee2731bff76445db9e637237793d7024a272f78f6a57650e51c70a459843a656c19d5ee79d2e5aeed0460983adb67fe548"
41 ]
42}
43x-commit-hash: "60270d3e42f4b17025de5ba195a08f39b6d4f390"