File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
packages/runtime_events_tools/runtime_events_tools.0.4.0 Expand file tree Collapse file tree 1 file changed +42
-0
lines changed 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"
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
+ dev-repo: "git+https://github.com/tarides/runtime_events_tools.git"
34
+ url {
35
+ src:
36
+ "https://github.com/tarides/runtime_events_tools/releases/download/0.4.0/runtime_events_tools-0.4.0.tbz"
37
+ checksum: [
38
+ "sha256=4926bf40e8194da7eac524daaf09a32d2a5ded822f0e0fb6928bc47409f7afa0"
39
+ "sha512=791b534427d18f361734645e601b4ce981811b006bb5483b22104d3ebac9894497523931917ae9f4de4b6fdf8a4feeeaf16a68acb1846db0adea00803cd27874"
40
+ ]
41
+ }
42
+ x-commit-hash: "1ba3fd985d5f8a3247179d1487077a2aac097dbd"
You can’t perform that action at this time.
0 commit comments