this repo has no description
1opam-version: "2.0" 2synopsis: "Tools for the runtime events tracing system in OCaml" 3description: "Various tools for the runtime events tracing system in OCaml" 4maintainer: ["Sadiq Jaffer"] 5authors: ["Sadiq Jaffer"] 6license: "ISC" 7homepage: "https://github.com/sadiqj/runtime_events_tools" 8bug-reports: "https://github.com/sadiqj/runtime_events_tools/issues" 9depends: [ 10 "dune" {>= "3.2"} 11 "ocaml" {>= "5.0.0~"} 12 "ocamlfind" # TODO: Required until https://github.com/ocaml/ocaml/pull/11007 goes through (alpha1?) or runtime_events is added to the list of builtin libraries in dune 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/sadiqj/runtime_events_tools.git" 30url { 31 src: 32 "https://github.com/sadiqj/runtime_events_tools/releases/download/0.2/runtime_events_tools-0.2.tbz" 33 checksum: [ 34 "sha256=badd66ccf50b591f8de7957fffedfd94d8eab1204d7447c954c6c06f6f5ff026" 35 "sha512=b9ce5ecc19eae8196a0f6ad10d06c98f78581402fd7b9f0bb6d46a8bf5ea1885a15a235dbaede7aa1196c1c39b307818fdca004189ede8f1a93800eb17c82c49" 36 ] 37} 38x-commit-hash: "f5d35c5ae7d5f7847b3b1c70ce1f687a6010f08e"