Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > ecfd6431d560dc86a940c3803343ed5e > files > 11

ocaml-ocplib-endian-0.4-5.mga5.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;