./devel/ocaml-bin_prot, Binary protocol generator for OCaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.14.1, Package name: ocaml-bin_prot-0.14.1, Maintainer: jaapb

This library contains functionality for reading and writing OCaml-values in a
type-safe binary protocol. It is extremely efficient, typically supporting
type-safe marshalling and unmarshalling of even highly structured values at
speeds sufficient to saturate a gigabit connection. The protocol is also heavily
optimized for size, making it ideal for long-term storage of large amounts of
data.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-ppx_sexp_conv] [devel/ocaml-base] [devel/ocaml-ppx_compare] [devel/ocaml-dune] [devel/ocaml-ppx_fields_conv] [devel/ocaml-ppx_variants_conv] [devel/ocaml-ppx_custom_printf]

Required to build:
[pkgtools/cwrappers] [misc/ocaml-opaline]

Master sites:

Filesize: 334.832 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-15 04:19:32 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(devel/ocaml-bin_prot) Add ocaml-ppx_optcomp/bld3.mk
   2022-05-04 19:52:52 by Jaap Boender | Files touched by this commit (4)
Log message:
Updated devel/ocaml-bin_prot to version 0.14.1.

This includes support for the upcoming OCaml 5.0.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml
   2020-04-08 11:19:42 by Jaap Boender | Files touched by this commit (3) | Package updated
Log message:
Updated devel/ocaml-bin_prot to version 0.13.0.

The CHANGES.md file does not seem to have been updated, but it looks like
changes are minor.
   2019-03-13 12:06:00 by Jaap Boender | Files touched by this commit (5)
Log message:
Added devel/ocaml-bin_prot, a binary protocol generator for OCaml