this repo has no description
1opam-version: "2.0" 2synopsis: "A simple backend for trace" 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.1/trace-0.1.tbz" 36 checksum: [ 37 "sha256=07f5ea29942a760b84f49c669513ff92880fec8f25f8cdea348c04423d7e77dc" 38 "sha512=6235d3b8352d482e6cff47d0cb6e0f978af798990d1ff9ea79e61449fbcd7a4038df6f1bd0ae9a2b995d8cf6d4dedd6d933d255ea6babbc9977497d70856c3c5" 39 ] 40} 41x-commit-hash: "261f143dd2cb891ceec5f5112cce26070ae2b236"