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 "ppx_deriving"
15 "fmt"
16 "hex" {with-test}
17 "optint" {>= "0.1.0" & with-test}
18 "alcotest" {>= "1.4.0" & with-test}
19 "odoc" {with-doc}
20
21 # TODO: In theory this should be in "conflicts" not in "depends" because it’s not used directly, only via ppxlib
22 "sexplib0" {with-test & < "v0.15"} # Printexc.register_printer in sexplib0 changed
23]
24conflicts: [
25 "ocaml-migrate-parsetree" {= "1.7.1"}
26]
27build: [
28 ["dune" "subst"] {dev}
29 [
30 "dune"
31 "build"
32 "-p"
33 name
34 "-j"
35 jobs
36 "@install"
37 "@runtest" {with-test}
38 "@doc" {with-doc}
39 ]
40]
41dev-repo: "git+https://github.com/mirage/repr.git"
42url {
43 src:
44 "https://github.com/mirage/repr/releases/download/0.6.0/repr-fuzz-0.6.0.tbz"
45 checksum: [
46 "sha256=bb8a0f94df002fc19dcb598834271eaddeffa1d57041491ff3d2b9e3e80d075e"
47 "sha512=2218845ba1b42e3983bc9727879c704433571655c85251c43edb9bf85ceec35c3b662091e32a744a5340a9c641b1cb5fa591389a68832faf0bb71981d6d91e1d"
48 ]
49}
50x-commit-hash: "00858ff36107b41880269b240262e5e9d4724687"