this repo has no description
1opam-version: "2.0" 2synopsis: 3 "A high-performance backend for trace, emitting a Fuchsia trace into a file" 4maintainer: ["Simon Cruanes"] 5authors: ["Simon Cruanes"] 6license: "MIT" 7tags: ["trace" "tracing" "fuchsia"] 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 "thread-local-storage" {< "0.2"} 15 "base-bigarray" 16 "base-unix" 17 "dune" {>= "2.9"} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "--promote-install-files=false" 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34 ["dune" "install" "-p" name "--create-install-files" name] 35] 36dev-repo: "git+https://github.com/c-cube/ocaml-trace.git" 37available: arch != "s390x" 38url { 39 src: 40 "https://github.com/c-cube/ocaml-trace/releases/download/v0.6/trace-0.6.tbz" 41 checksum: [ 42 "sha256=97cc4159b96429adc01a84bff1ed34b8f06746bc56a40a214a6306036be2df38" 43 "sha512=6a67ea9ddeebb4b93a0b8dba9ed26d95e786722d08fd9ca7d8e2db7651a9b9d6ccc63cc437b4eb71c28b3ec51838716a84707a8d366abb595f32a5e65035e28b" 44 ] 45} 46x-commit-hash: "659ce2e403386c167294487900d988e90ec669e2"