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.18.0" & < "0.36.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=c094a9058c849266dd52dca52c172841a6965bab"
32 checksum: [
33 "md5=a5d7925af192f6dbcc2e3318ccfa736c"
34 "sha512=0ef1efd04b072edc4006a438109cfecad2e4f172adbf1889b1f1bec4da4e30f2ccf039b4a47c637b1ac43f534aaf9f4e74925710a54193c4155ecfcca825b4c6"
35 ]
36}