this repo has no description
1opam-version: "2.0"
2synopsis: "Ppx deriver for json-encoding"
3maintainer: ["contact@origin-labs.com"]
4authors: ["Maxime Levillain <maxime.levillain@origin-labs.com"]
5license: "LGPL-2.1-or-later"
6homepage: "https://gitlab.com/o-labs/ppx_deriving_encoding"
7bug-reports: "https://gitlab.com/o-labs/ppx_deriving_encoding/-/issues"
8depends: [
9 "dune" {>= "2.0"}
10 "ocaml" {>= "4.08"}
11 "ocplib-json-typed"
12 "ppxlib" {<= "0.15.0"}
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://gitlab.com/o-labs/ppx_deriving_encoding"
29url {
30 src:
31 "https://gitlab.com/api/v4/projects/22769538/repository/archive?sha=81ca6736a770a3f09ec7051c30dca081564e33e4"
32 checksum: [
33 "md5=98311527a342fa4d2106bf0d1570393a"
34 "sha512=e42f29949d304ad5c8936dced9cad989c8a85bade50aba696aca66e5c1544d170315dd79c3a5533d379401a8fcb414478125754ec5c5203d0f0eb943a083c13c"
35 ]
36}