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"] 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 "atomic" 16 "dune" {>= "2.9"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "--promote-install-files=false" 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33 ["dune" "install" "-p" name "--create-install-files" name] 34] 35dev-repo: "git+https://github.com/c-cube/ocaml-trace.git" 36url { 37 src: 38 "https://github.com/c-cube/ocaml-trace/releases/download/v0.5/trace-0.5.tbz" 39 checksum: [ 40 "sha256=97436f58f181775591f9be745971187e9b6e0948dd6bc32567fa396278113488" 41 "sha512=4d47458ec2b014be292498e3e99ca5f7de00e3958dab01cb758254b16c7ce23e1eabd809c5063c5b4f7aeda63ffa38473b008227807a206b018068e63b4526e9" 42 ] 43} 44x-commit-hash: "a0874f2c31b153e593f9bb14a5f6df372f67ab89"