Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37042507
en ru br
Репозитории ALT

Группа :: Разработка/ML
Пакет: ocaml-ocplib-endian

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.2-alt1
Время сборки: 3 января 2022, 14:29 ( 116.5 недели назад )
Размер архива: 19.54 Kb

Домашняя страница:   https://github.com/OCamlPro/ocplib-endian

Лицензия: LGPLv2+
О пакете: Functions to read/write int16/32/64 from strings, bigarrays
Описание:

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;

Текущий майнтейнер: Anton Farygin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • ocaml-ocplib-endian
  • ocaml-ocplib-endian-debuginfo
  • ocaml-ocplib-endian-devel
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin