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.08.0"}
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://github.com/janestreet/bin_prot/archive/refs/tags/v0.14.1.tar.gz"
36 checksum: [
37 "sha256=e7104063af1ee0bd91c564da9eb96e05fffe9f7cd0df87207c9593271bbeac14"
38 "md5=ae9395a6a8000bd121779347a4b608aa"
39 ]
40}