this repo has no description
1opam-version: "2.0" 2synopsis: "A ppx-based preprocessor for trace" 3maintainer: ["Simon Cruanes"] 4authors: ["Simon Cruanes"] 5license: "MIT" 6tags: ["trace" "ppx"] 7homepage: "https://github.com/c-cube/ocaml-trace" 8bug-reports: "https://github.com/c-cube/ocaml-trace/issues" 9depends: [ 10 "ocaml" {>= "4.12"} 11 "ppxlib" {>= "0.28" & < "0.36.0"} 12 "trace" {= version} 13 "trace-tef" {= version & with-test} 14 "dune" {>= "2.9"} 15 "odoc" {with-doc} 16] 17depopts: [ 18 "mtime" {>= "2.0"} 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" 37url { 38 src: 39 "https://github.com/c-cube/ocaml-trace/releases/download/v0.8/trace-0.8.tbz" 40 checksum: [ 41 "sha256=34cfa5662b611c1e246f0fb8131ee605eeb90b359c105e882f51adc7e70878c3" 42 "sha512=ea47974a77a0ab26c58fe6d1bc898d4f3e6a5f865e4c1acb4188b9acd7ba8e7527d0ea7f2ae66574ceccc14f11127ee203aedba2be334d17b36c83dabff61261" 43 ] 44} 45x-commit-hash: "9a7b4710a3b9838130faada09bd1ef7982c65633"