File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed
runtime_events_tools/runtime_events_tools.0.5.0 Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ depends: [
1515 "conf-liblzma"
1616 "conf-libtool"
1717]
18+ conflicts: [
19+ "runtime_events_tools" {>= "0.5"}
20+ ]
1821available:
1922 arch != "arm32" & arch != "x86_32" & arch != "s390x" & os-family != "arch" &
2023 os-family != "alpine" & os != "macos"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Tools for the runtime events tracing system in OCaml"
3+ description: "Various tools for the runtime events tracing system in OCaml"
4+ maintainer: ["Sadiq Jaffer" "KC Sivaramakrishnan" "Sudha Parimala"]
5+ authors: ["Sadiq Jaffer"]
6+ license: "ISC"
7+ homepage: "https://github.com/tarides/runtime_events_tools"
8+ bug-reports: "https://github.com/tarides/runtime_events_tools/issues"
9+ depends: [
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+ ]
19+ build: [
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+ ]
33+ available: arch != "arm64" & arch != "arm32" & os != "freebsd"
34+ dev-repo: "git+https://github.com/tarides/runtime_events_tools.git"
35+ url {
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+ }
43+ x-commit-hash: "60270d3e42f4b17025de5ba195a08f39b6d4f390"
You can’t perform that action at this time.
0 commit comments