this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] runtime_events_tools (0.5.1)

CHANGES:

* Fix support on ARM64 platforms (Linux and MacOS) (tarides/runtime_events_tools#34, @tmcgilchrist)
* Remove ocamlfind dependency. (tarides/runtime_events_tools#36, @tmcgilchrist)
* Expand gc-stats help (tarides/runtime_events_tools#28, @ju-sh)

+43
+43
packages/runtime_events_tools/runtime_events_tools.0.5.1/opam
··· 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 + "hdr_histogram" 13 + "cmdliner" {>= "1.1.0"} 14 + "tracing" 15 + "ocaml_intrinsics" {>= "v0.16.1"} 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 + available: (arch = "x86_64" | arch = "arm64") & os != "win32" 35 + url { 36 + src: 37 + "https://github.com/tarides/runtime_events_tools/releases/download/0.5.1/runtime_events_tools-0.5.1.tbz" 38 + checksum: [ 39 + "sha256=b09d346a2e62b2ec15e8ca7ce921f1cecea01799bf1137dd6df40459d7656564" 40 + "sha512=c8bf22dc7ddeadfc4bbc5a263ad5355938b4763466eec3fbc7929440ed25e54abf56abb39bfe4f2f7e2a3daf83df983b840aaaff243fda447a46a145026c9a66" 41 + ] 42 + } 43 + x-commit-hash: "129c73f38e1c4c2b1346cf71ab526dbd121c2d9b"