Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37430887
en ru br
ALT Linux repos
S:1.2-alt1

Group :: Development/ML
RPM: ocaml-ocplib-endian

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.2-alt1
Build date: 3 january 2022, 14:29 ( 119.7 weeks ago )
Size: 19.54 Kb

Home page:   https://github.com/OCamlPro/ocplib-endian

License: LGPLv2+
Summary: Functions to read/write int16/32/64 from strings, bigarrays
Description:

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

The library implements three modules:

EndianString works directly on strings, and provides submodules
BigEndian and LittleEndian, with their unsafe counter-parts;
EndianBytes works directly on bytes, and provides submodules
BigEndian and LittleEndian, with their unsafe counter-parts;
EndianBigstring works on bigstrings (Bigarrays of chars),
and provides submodules BigEndian and LittleEndian, with their
unsafe counter-parts;

Current maintainer: Anton Farygin

List of contributors

List of rpms provided by this srpm:

  • ocaml-ocplib-endian
  • ocaml-ocplib-endian-debuginfo
  • ocaml-ocplib-endian-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin