Letter O

ocaml-bin-prot - Read and write OCaml values in a type-safe binary protocol

Website: http://forge.ocamlcore.org/projects/bin-prot
License: LGPLv2+ with exceptions
Vendor: Alcance Libre, Inc.
Description:
This library contains functionality for reading and writing OCaml
values in a type-safe binary protocol. These functions are extremely
efficient and provide users with a convenient and safe way of
performing I/O on any extensionally defined data type. This means that
functions, objects, and values whose type is bound through a
polymorphic record field are not supported, but everything else is.

As of now, there is no support for cyclic or shared values. Cyclic
values will lead to non-termination whereas shared values, besides
requiring significantly more space when encoded, may lead to a
substantial increase in memory footprint when they are read back in.

Packages

ocaml-bin-prot-2.0.9-28.fc14.al.src [119 KiB] Changelog by Richard W.M. Jones (2017-08-08):
- OCaml 4.05.0 rebuild.

Listing created by Repoview-0.6.6-6.fc14.al