this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_yojson_conv" 5bug-reports: "https://github.com/janestreet/ppx_yojson_conv/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_yojson_conv.git" 7license: "MIT" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.04.2"} 13 "base" {>= "v0.12" & < "v0.13"} 14 "ppx_jane" {>= "v0.12" & < "v0.13"} 15 "dune" {>= "1.5.1"} 16 "ppxlib" {>= "0.7.0" & < "0.9.0"} 17 "yojson" {>= "1.7.0"} 18] 19synopsis: "[@@deriving] plugin to generate Yojson conversion functions" 20description: " 21Part of the Jane Street's PPX rewriters collection. 22" 23url { 24 src: "https://github.com/janestreet/ppx_yojson_conv/archive/v0.12.0.tar.gz" 25 checksum: [ 26 "sha256=534378657e6cd6675b5a7fe866756a59f2bc0c1c9f5ae04f8201ff01f677c8de" 27 "md5=b085ac765a57336475c4b713c3a09bc0" 28 ] 29}