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 "json-data-encoding" {>= "0.9"}
12 "ppxlib" {< "0.36.0"}
13 "ocamlfind" {build}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://gitlab.com/o-labs/ppx_deriving_encoding"
30url {
31 src:
32 "https://gitlab.com/api/v4/projects/22769538/repository/archive?sha=9ffa2ee0d920be3ebce9abb37bbd670701b84e09"
33 checksum: [
34 "md5=984d109bc66ff6f6ac6358eb22718a73"
35 "sha512=ed2b0d0ad6a472b454a18c791da51de29b96c93d4d98f36b9317d2e8b52bd76843396be534ec502f49709eeec25cdba6d650d2bc250d6df6942cac0f04149946"
36 ]
37}