Skip to content

Commit 5ea7156

Browse files
authored
Merge pull request #28452 from tmcgilchrist/release-runtime_events_tools-0.5.3
[new release] runtime_events_tools (2 packages) (0.5.3)
2 parents b564c3d + aa7d8c7 commit 5ea7156

File tree

2 files changed

+87
-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

+87
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
x-maintenance-intent: ["(latest)"]
37+
available: os != "win32"
38+
url {
39+
src:
40+
"https://github.com/tarides/runtime_events_tools/releases/download/0.5.3/runtime_events_tools-0.5.3.tbz"
41+
checksum: [
42+
"sha256=38a314c841710f5a4faf2d7b25adf4cb9106b7d48a0384baedcf80f60a0db189"
43+
"sha512=cee61789a4c842e038da04155f24b567d9ae069fe4be11cea8c1396898069c69a7366ed18cc4adcfa3675177bcf227b8ec44e8712371d64324aa6c190c0fe41d"
44+
]
45+
}
46+
x-commit-hash: "d80d578c2f3d2ce5589eeb7d226087983661506e"
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
x-maintenance-intent: ["(latest)"]
32+
available: os != "win32"
33+
url {
34+
src:
35+
"https://github.com/tarides/runtime_events_tools/releases/download/0.5.3/runtime_events_tools-0.5.3.tbz"
36+
checksum: [
37+
"sha256=38a314c841710f5a4faf2d7b25adf4cb9106b7d48a0384baedcf80f60a0db189"
38+
"sha512=cee61789a4c842e038da04155f24b567d9ae069fe4be11cea8c1396898069c69a7366ed18cc4adcfa3675177bcf227b8ec44e8712371d64324aa6c190c0fe41d"
39+
]
40+
}
41+
x-commit-hash: "d80d578c2f3d2ce5589eeb7d226087983661506e"

0 commit comments

Comments
 (0)