this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml PPX deriver for deriving show based on ppxlib"
3maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
4authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
5license: "BSD-2-Clause"
6homepage: "https://github.com/thierry-martinez/ppx_show"
7doc: "https://github.com/thierry-martinez/ppx_show"
8bug-reports: "https://github.com/thierry-martinez/ppx_show"
9depends: [
10 "dune" {>= "1.11.0"}
11 "ppxlib" {>= "0.9.0"}
12 "stdcompat" {>= "9"}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://github.com/thierry-martinez/ppx_show.git"
29url {
30 src: "https://github.com/thierry-martinez/ppx_show/archive/v0.2.0.tar.gz"
31 checksum: "sha512=0e46da5ff86fb9ac765e9d611665e8668199d1930a5ec95c4cdd509aeda2e8b3577b0a6185215ee5ee75a284a19a5626e2c73dfbeafcd67184b21b86e35a2df1"
32}