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.14.0"}
14 "base" {>= "v0.16" & < "v0.17"}
15 "ppx_compare" {>= "v0.16" & < "v0.17"}
16 "ppx_custom_printf" {>= "v0.16" & < "v0.17"}
17 "ppx_fields_conv" {>= "v0.16" & < "v0.17"}
18 "ppx_optcomp" {>= "v0.16" & < "v0.17"}
19 "ppx_sexp_conv" {>= "v0.16" & < "v0.17"}
20 "ppx_stable_witness" {>= "v0.16" & < "v0.17"}
21 "ppx_variants_conv" {>= "v0.16" & < "v0.17"}
22 "dune" {>= "2.0.0"}
23]
24depopts: [
25 "mirage-xen-ocaml"
26]
27synopsis: "A binary protocol generator"
28description: "
29Part of Jane Street's Core library
30The Core suite of libraries is an industrial strength alternative to
31OCaml's standard library that was developed by Jane Street, the
32largest industrial user of OCaml.
33"
34url {
35src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/bin_prot-v0.16.0.tar.gz"
36checksum: "sha256=3ede8089d809186ba2bc7ade49d814c6d60e0414c2ba075807eaeb05d1d0a2f1"
37}