this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_bin_prot" 5bug-reports: "https://github.com/janestreet/ppx_bin_prot/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_bin_prot.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_bin_prot/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.04.2"} 14 "base" {>= "v0.12" & < "v0.13"} 15 "bin_prot" {>= "v0.12" & < "v0.13"} 16 "ppx_here" {>= "v0.12" & < "v0.13"} 17 "dune" {>= "1.5.1"} 18 "ppxlib" {>= "0.7.0" & < "0.9.0"} 19] 20synopsis: "Generation of bin_prot readers and writers from types" 21description: " 22Part of the Jane Street's PPX rewriters collection. 23" 24url { 25 src: "https://github.com/janestreet/ppx_bin_prot/archive/v0.12.1.tar.gz" 26 checksum: [ 27 "sha256=898c9e5d0b6ea3a55845a430fdef3ed7c279cac30a47120e30e08a01e67c44e1" 28 "md5=3c0891268b1007eb1f0ce6b63ce10215" 29 ] 30}