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.16.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=1448f85d0ba13b4d1b7f780758e4088a8b68c6cf" 32 checksum: [ 33 "md5=611eca004497df185dac3d13fbb732d6" 34 "sha512=16fd3e17dabd1551344d719ef30ee2e3d85f499125e8e79f0d644f376b7d5d22f2ff0336a6653b2a22ea50e15d413d46e422d10fcf1e5a80b17ac6c103bf9bc8" 35 ] 36}