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