Skip to content

Commit e314bed

Browse files
committed
[new release] runtime_events_tools (2 packages) (0.5.3)
CHANGES: * Use trace instead of tracing (tarides/runtime_events_tools#57 tarides/runtime_events_tools#59, @patricoferris @tmcgilchrist) * Add an option to control sleep interval between calls to read_poll (tarides/runtime_events_tools#60, @tomjridge @tmcgilchrist)
1 parent 9c3d4d2 commit e314bed

File tree

2 files changed

+85
-0
lines changed
  • packages
    • runtime_events_tools_bare/runtime_events_tools_bare.0.5.3
    • runtime_events_tools/runtime_events_tools.0.5.3

2 files changed

+85
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.16"}
11+
"ocaml" {>= "5.0.0~"}
12+
"hdr_histogram"
13+
"cmdliner" {>= "1.1.0"}
14+
"trace-fuchsia" {>= "0.10"}
15+
"trace" {>= "0.10"}
16+
"menhir" {with-test}
17+
"ocamlformat" {with-dev-setup & = "0.27.0"}
18+
"alcotest" {with-test & >= "1.9.0"}
19+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/tarides/runtime_events_tools.git"
36+
available: os != "win32"
37+
url {
38+
src:
39+
"https://github.com/tarides/runtime_events_tools/releases/download/0.5.3/runtime_events_tools-0.5.3.tbz"
40+
checksum: [
41+
"sha256=38a314c841710f5a4faf2d7b25adf4cb9106b7d48a0384baedcf80f60a0db189"
42+
"sha512=cee61789a4c842e038da04155f24b567d9ae069fe4be11cea8c1396898069c69a7366ed18cc4adcfa3675177bcf227b8ec44e8712371d64324aa6c190c0fe41d"
43+
]
44+
}
45+
x-commit-hash: "d80d578c2f3d2ce5589eeb7d226087983661506e"
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "Tools for the runtime events tracing system in OCaml"
3+
description:
4+
"Various tools for the runtime events tracing system in OCaml: minimal dependencies"
5+
maintainer: ["Sadiq Jaffer" "KC Sivaramakrishnan" "Sudha Parimala"]
6+
authors: ["Sadiq Jaffer"]
7+
license: "ISC"
8+
homepage: "https://github.com/tarides/runtime_events_tools"
9+
bug-reports: "https://github.com/tarides/runtime_events_tools/issues"
10+
depends: [
11+
"dune" {>= "3.16"}
12+
"ocaml" {>= "5.0.0~"}
13+
"cmdliner" {>= "1.1.0"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://github.com/tarides/runtime_events_tools.git"
31+
available: os != "win32"
32+
url {
33+
src:
34+
"https://github.com/tarides/runtime_events_tools/releases/download/0.5.3/runtime_events_tools-0.5.3.tbz"
35+
checksum: [
36+
"sha256=38a314c841710f5a4faf2d7b25adf4cb9106b7d48a0384baedcf80f60a0db189"
37+
"sha512=cee61789a4c842e038da04155f24b567d9ae069fe4be11cea8c1396898069c69a7366ed18cc4adcfa3675177bcf227b8ec44e8712371d64324aa6c190c0fe41d"
38+
]
39+
}
40+
x-commit-hash: "d80d578c2f3d2ce5589eeb7d226087983661506e"

0 commit comments

Comments
 (0)