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.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=b7ffd2c2aefd6133c6dec8fa03c31129069a8478" 32 checksum: [ 33 "md5=ab0bcdebe068f18bae7819c69be7b79c" 34 "sha512=a01069233acb4f976c56b353720fcd16217fb92526b26740a6cd6c9befea0cb99ece676874aa60f85ede033e215764d822b9e75a9b17b975f0e4f8420df19d23" 35 ] 36}