Package : ocaml-bin-prot > RPM : ocaml-bin-prot-2.0.1-1.mga2.i586.rpm

Basic items

Install
Name ocaml-bin-prot
Version 2.0.1
Release 1.mga2
URL http://ocaml.info/home/ocaml_sources.html#bin-prot
Group Development/Other
Summary Automated code generation for converting OCaml values to/from a type-safe binary protocol
Size 292KB
Arch i586
License LGPL

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.

Currently only little endian (2) computer architectures are supported.
Some architectures may potentially also suffer from data alignment issues
with this library. Only Intel architectures are currently well-tested. Both
32bit and 64bit architectures are fully supported.

Media information

Distribution release Mageia 2
Media name core-release
Media arch i586

Advanced items

Source RPM ocaml-bin-prot-2.0.1-1.mga2.src.rpm
Build time 2012-01-12 17:35:44
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie