this repo has no description
1opam-version: "2.0"
2synopsis: "PPX deriver for reflection"
3description: """
4PPX deriver for reflection
5"""
6maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
7authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
8license: "BSD-2-Clause"
9homepage: "https://github.com/thierry-martinez/refl"
10doc: "https://github.com/thierry-martinez/refl"
11bug-reports: "https://github.com/thierry-martinez/refl"
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "dune" {>= "1.11.0"}
15 "stdcompat" {>= "14"}
16 "fix" {>= "20200131"}
17 "ppxlib" {>= "0.22.0" & < "0.26.0"}
18 "metapp" {>= "0.4.0"}
19 "metaquot" {>= "0.4.0"}
20 "traverse" {>= "0.3.0"}
21 "odoc" {with-doc & >= "1.5.1"}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/thierry-martinez/refl"
38url {
39 src: "https://github.com/thierry-martinez/refl/archive/v0.4.0.tar.gz"
40 checksum: "sha512=c158970749c1b7bacb8af1f88f0304d8d6cb0f532d3f876734489c3c4220d00f4d5aac6066e6d385ee70e1810ec65ffd47f0197bd5a6080f4d688cb3a386dc0a"
41}