this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Ppx deriver for json-encoding"
4maintainer: ["contact@origin-labs.com"]
5authors: ["Maxime Levillain <maxime.levillain@origin-labs.com>"]
6license: "LGPL-2.1-or-later"
7homepage: "https://gitlab.com/o-labs/ppx_deriving_encoding"
8bug-reports: "https://gitlab.com/o-labs/ppx_deriving_encoding/-/issues"
9depends: [
10 "dune" {>= "2.8"}
11 "ocaml" {>= "4.08"}
12 "json-data-encoding" {>= "0.9"}
13 "ppxlib" {>= "0.26.0" & < "0.36.0"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git://gitlab.com/o-labs/ppx_deriving_encoding"
31url {
32 src:
33 "https://gitlab.com/o-labs/ppx_deriving_encoding/-/archive/0.4.0/ppx_deriving_encoding-0.4.0.tar.gz"
34 checksum: [
35 "md5=7112300869bbd7683ff70c0680e6b2b8"
36 "sha512=271a7fdcf5075ba0c162f8e5558a42d264dd12a706c2fab0f5679da7ccce55e7887bf701993d2ae96ba732f2a89134b3c1c068bda560e8bdd6dd48d15b6a2cca"
37 ]
38}