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]
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/ocaml-trace.git"
34url {
35 src:
36 "https://github.com/c-cube/ocaml-trace/releases/download/v0.6/trace-0.6.tbz"
37 checksum: [
38 "sha256=97cc4159b96429adc01a84bff1ed34b8f06746bc56a40a214a6306036be2df38"
39 "sha512=6a67ea9ddeebb4b93a0b8dba9ed26d95e786722d08fd9ca7d8e2db7651a9b9d6ccc63cc437b4eb71c28b3ec51838716a84707a8d366abb595f32a5e65035e28b"
40 ]
41}
42x-commit-hash: "659ce2e403386c167294487900d988e90ec669e2"