this repo has no description
1opam-version: "2.0"
2synopsis: "PPX deriver for type representations"
3description: "PPX deriver for type representations"
4maintainer: ["thomas@gazagnaire.org"]
5authors: ["Thomas Gazagnaire" "Craig Ferguson"]
6license: "ISC"
7homepage: "https://github.com/mirage/repr"
8doc: "https://mirage.github.io/repr"
9bug-reports: "https://github.com/mirage/repr/issues"
10depends: [
11 "dune" {>= "2.7"}
12 "repr" {= version}
13 "ppxlib" {>= "0.12.0" & < "0.36.0"}
14 "ppxlib" {with-test & < "0.23.0"}
15 "ppx_deriving"
16 "fmt"
17 "hex" {with-test}
18 "optint" {>= "0.1.0" & with-test}
19 "alcotest" {>= "1.4.0" & with-test}
20 "odoc" {with-doc}
21
22 # TODO: In theory this should be in "conflicts" not in "depends" because it’s not used directly, only via ppxlib
23 "sexplib0" {with-test & < "v0.15"} # Printexc.register_printer in sexplib0 changed
24]
25conflicts: [
26 "ocaml-migrate-parsetree" {= "1.7.1"}
27]
28build: [
29 ["dune" "subst"] {dev}
30 [
31 "dune"
32 "build"
33 "-p"
34 name
35 "-j"
36 jobs
37 "@install"
38 "@runtest" {with-test}
39 "@doc" {with-doc}
40 ]
41]
42dev-repo: "git+https://github.com/mirage/repr.git"
43x-commit-hash: "eb53a14928eeaa70e80402380481add5bd7911be"
44url {
45 src:
46 "https://github.com/mirage/repr/releases/download/0.5.0/repr-fuzz-0.5.0.tbz"
47 checksum: [
48 "sha256=2ed0e1dab950eeb551cbecc3bbc5ddb584b3b3e4b4e039ff3abf7bd6d5b238f9"
49 "sha512=bacfef83e5bd2b12a7ccd514ba92525030cdcf85ba1121e9456db7f327c434db599a47667ca9826ab77ed95e0f946347e027bc6c18420c6a8faabf4a491a2a7a"
50 ]
51}