this repo has no description
1opam-version: "2.0" 2synopsis: 3 "A stub for tracing/observability, agnostic in how data is collected" 4maintainer: ["Simon Cruanes"] 5authors: ["Simon Cruanes"] 6license: "MIT" 7tags: ["trace" "tracing" "observability" "profiling"] 8homepage: "https://github.com/c-cube/ocaml-trace" 9bug-reports: "https://github.com/c-cube/ocaml-trace/issues" 10depends: [ 11 "ocaml" {>= "4.08"} 12 "dune" {>= "2.9"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "--promote-install-files=false" 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29 ["dune" "install" "-p" name "--create-install-files" name] 30] 31dev-repo: "git+https://github.com/c-cube/ocaml-trace.git" 32url { 33 src: 34 "https://github.com/c-cube/ocaml-trace/releases/download/0.3/trace-0.3.tbz" 35 checksum: [ 36 "sha256=2ababaa983bbb4a264b5346316b76638d3c77e3addf3522086c6fd9e61bd6505" 37 "sha512=63900b36513e67827744d9f656f2d2d3a707b0cea2ed67b571ddd30cedcaec2bf2e1791813add50ccaf846ee90f1195d9f86d3bddbefb2c30cefe2c81b57ed61" 38 ] 39} 40x-commit-hash: "91c9da3b6670fb12e3232169f00d66f6f1614df4"