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/trace" 8bug-reports: "https://github.com/c-cube/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/trace.git" 34url { 35 src: "https://github.com/c-cube/trace/releases/download/v0.2/trace-0.2.tbz" 36 checksum: [ 37 "sha256=8927276718e0cc3a991716c30d70742b84e474324372b302d37b0afe5b5ba894" 38 "sha512=3e1b71f81edd9262ad97f5c67d06f8b012ddc01a2514eb2e1e4832dae481cbef9d89eb132f236b233dd3a67d3c95051685686b63f2c8e82bcc0bacc2412d5f50" 39 ] 40} 41x-commit-hash: "ddc9cce5af0a46514e39d5dd4e87af984be4c7a3"