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