Skip to content

Commit e4343a1

Browse files
committed
[new release] runtime_events_tools (0.4.0)
CHANGES: * Fix dependencies (tarides/runtime_events_tools#14, @Sudha247) * Improve JSON output produced by olly gc-stats (tarides/runtime_events_tools#13, @punchagan) * Mention Fuchsia format in the README (tarides/runtime_events_tools#11, @Sudha247) * Gc subcommand (tarides/runtime_events_tools#10, @Sudha247) * Add Fuchsia Trace Format output to olly (tarides/runtime_events_tools#6, @tomjridge) * Added --output option to redirect olly printing (tarides/runtime_events_tools#5, @ElectreAAS) * Added json printing option (tarides/runtime_events_tools#4, @ElectreAAS)
1 parent 6f37a64 commit e4343a1

File tree

1 file changed

+42
-0
lines changed
  • packages/runtime_events_tools/runtime_events_tools.0.4.0

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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"

0 commit comments

Comments
 (0)