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"]
5authors: ["Sadiq Jaffer"]
6license: "ISC"
7homepage: "https://github.com/sadiqj/runtime_events_tools"
8bug-reports: "https://github.com/sadiqj/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 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/sadiqj/runtime_events_tools.git"
32url {
33 src:
34 "https://github.com/sadiqj/runtime_events_tools/releases/download/0.3/runtime_events_tools-0.3.tbz"
35 checksum: [
36 "sha256=f71ce130b23acac77cbc873a2df1f3acd6be07e5ad110077bc374e7a20b2567f"
37 "sha512=0a083bb455bb810ba33a48708259a843ae61a70a3e834d356d63568c4f558b6f010bc24d5b84f00eae409845b5b51a709e5ba1efd83d60a1b234755ea2fdc9d5"
38 ]
39}
40x-commit-hash: "341739b057f69a9141d60f60be0c70778cb6d6e6"