Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 61f71d636ada246b82588472a7185911 > files > 11

ocaml-ocplib-endian-0.4-3.mga4.x86_64.rpm

ocplib-endian
=============

Optimised functions to read and write int16/32/64 from strings and
bigarrays, based on new primitives added in version 4.01.

The library implements two modules:
- [EndianString](src/endianString.mli) works directly on strings, and provides submodules BigEndian and LittleEndian, with their unsafe counter-parts;
- [EndianBigstring](src/endianBigstring.mli) works on bigstrings (Bigarrays of chars), and provides submodules BigEndian and LittleEndian, with their unsafe counter-parts;