-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathppx_repr.opam
39 lines (39 loc) · 906 Bytes
/
ppx_repr.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "PPX deriver for type representations"
description: "PPX deriver for type representations"
maintainer: ["[email protected]"]
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
license: "ISC"
homepage: "https://github.com/mirage/repr"
doc: "https://mirage.github.io/repr"
bug-reports: "https://github.com/mirage/repr/issues"
depends: [
"dune" {>= "2.7"}
"repr" {= version}
"ppxlib" {>= "0.12.0"}
"ppx_deriving"
"fmt"
"hex" {with-test}
"optint" {>= "0.1.0" & with-test}
"alcotest" {>= "1.4.0" & with-test}
"odoc" {with-doc}
]
conflicts: [
"ocaml-migrate-parsetree" {= "1.7.1"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mirage/repr.git"