-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdune-project
More file actions
36 lines (31 loc) · 1001 Bytes
/
Copy pathdune-project
File metadata and controls
36 lines (31 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
(lang dune 3.18)
(name runtime_events_tools)
(generate_opam_files true)
(cram enable)
(source
(github tarides/runtime_events_tools))
(authors "Sadiq Jaffer")
(maintainers "Sadiq Jaffer" "KC Sivaramakrishnan" "Sudha Parimala")
(license ISC)
(package
(name runtime_events_tools)
(synopsis "Tools for the runtime events tracing system in OCaml")
(description "Various tools for the runtime events tracing system in OCaml")
(maintenance_intent "(latest)")
(depends
(ocaml (>= "5.0.0~"))
hdr_histogram
(cmdliner (>= 2.0.0))
(trace-fuchsia (>= 0.11))
(trace (>= 0.11))
(menhir :with-test)
(ocamlformat (and :with-dev-setup (= 0.28.1)))
(alcotest (and :with-test (>= 1.9.0)))))
(package
(name runtime_events_tools_bare)
(synopsis "Tools for the runtime events tracing system in OCaml")
(description "Various tools for the runtime events tracing system in OCaml: minimal dependencies")
(maintenance_intent "(latest)")
(depends
(ocaml (>= "5.0.0~"))
(cmdliner (>= 2.0.0))))