this repo has no description
1opam-version: "2.0" 2synopsis: "A stub for tracing/observability" 3maintainer: ["Simon Cruanes"] 4authors: ["Simon Cruanes"] 5license: "MIT" 6tags: ["trace" "tracing" "observability" "profiling"] 7homepage: "https://github.com/c-cube/trace" 8bug-reports: "https://github.com/c-cube/trace/issues" 9depends: [ 10 "ocaml" {>= "4.08"} 11 "dune" {>= "2.9"} 12 "odoc" {with-doc} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "--promote-install-files=false" 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28 ["dune" "install" "-p" name "--create-install-files" name] 29] 30dev-repo: "git+https://github.com/c-cube/trace.git" 31url { 32 src: "https://github.com/c-cube/trace/releases/download/v0.1/trace-0.1.tbz" 33 checksum: [ 34 "sha256=07f5ea29942a760b84f49c669513ff92880fec8f25f8cdea348c04423d7e77dc" 35 "sha512=6235d3b8352d482e6cff47d0cb6e0f978af798990d1ff9ea79e61449fbcd7a4038df6f1bd0ae9a2b995d8cf6d4dedd6d933d255ea6babbc9977497d70856c3c5" 36 ] 37} 38x-commit-hash: "261f143dd2cb891ceec5f5112cce26070ae2b236"