this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/bin_prot" 5bug-reports: "https://github.com/janestreet/bin_prot/issues" 6dev-repo: "git+https://github.com/janestreet/bin_prot.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bin_prot/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.04.2"} 14 "base" {>= "v0.14" & < "v0.15"} 15 "ppx_compare" {>= "v0.14" & < "v0.15"} 16 "ppx_custom_printf" {>= "v0.14" & < "v0.15"} 17 "ppx_fields_conv" {>= "v0.14" & < "v0.15"} 18 "ppx_optcomp" {>= "v0.14" & < "v0.15"} 19 "ppx_sexp_conv" {>= "v0.14" & < "v0.15"} 20 "ppx_variants_conv" {>= "v0.14" & < "v0.15"} 21 "dune" {>= "2.0.0"} 22] 23depopts: [ 24 "mirage-xen-ocaml" 25] 26synopsis: "A binary protocol generator" 27description: " 28Part of Jane Street's Core library 29The Core suite of libraries is an industrial strength alternative to 30OCaml's standard library that was developed by Jane Street, the 31largest industrial user of OCaml. 32" 33url { 34 src: 35 "https://ocaml.janestreet.com/ocaml-core/v0.14/files/bin_prot-v0.14.0.tar.gz" 36 checksum: [ 37 "sha256=97797d43b42f1538053823060f45397aac34f177be98b32c886cc41e997936b8" 38 "md5=a4fee6c7d57a05e2420a69e16c287faf" 39 ] 40}