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.8"} 10 "ocaml" {>= "4.08"} 11 "json-data-encoding" {>= "0.9"} 12 "ppxlib" {>= "0.18.0" & < "0.36.0"} 13 "ocamlfind" {build} 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+https://gitlab.com/o-labs/ppx_deriving_encoding" 31url { 32 src: 33 "https://gitlab.com/o-labs/ppx_deriving_encoding/-/archive/0.3.0/ppx_deriving_encoding-0.3.0.tar.gz" 34 checksum: [ 35 "md5=3e928d75f5b165a0ad511d806cab11e5" 36 "sha512=97ecaca0f2fad0ad8c5e82d910f665f381796995ee1133f26032f9caa036bcf2a9249c4020e90e935946aafff7e7adedac1bcf817391c35ca00bb97dcffe677b" 37 ] 38}