Пакет ocaml-zarith: Информация

  • Default inline alert: Версия в репозитории: 1.13-alt1

Исходный пакет: ocaml-zarith
Версия: 1.11-alt1
Последняя версия по данным Repology
Собран:  13 января 2021 г. 15:52 в задании #264606
Категория: Разработка/ML
Сообщить об ошибке в пакете
Домашняя страница: https://github.com/ocaml/Zarith

Лицензия: LGPLv2 with exceptions
О пакете: OCaml interface to GMP
Описание: 
This library implements arithmetic and logical operations over
arbitrary-precision integers.

The module is simply named "Z".  Its interface is similar to that of the
Int32, Int64 and Nativeint modules from the OCaml standard library, with
some additional functions.  See the file z.mlip for documentation.

The implementation uses GMP (the GNU Multiple Precision arithmetic
library) to compute over big integers.  However, small integers are
represented as unboxed Caml integers, to save space and improve
performance.  Big integers are allocated in the Caml heap, bypassing
GMP's memory management and achieving better GC behavior than e.g. the
MLGMP library.  Computations on small integers use a special, faster
path (coded in assembly for some platforms and functions) eschewing
calls to GMP, while computations on large integers use the low-level
MPN functions from GMP.

Arbitrary-precision integers can be compared correctly using OCaml's
polymorphic comparison operators (=, <, >, etc.).

Additional features include:
- a module Q for rationals, built on top of Z (see q.mli)
- a compatibility layer Big_int_Z that implements the same API as Big_int,
  but uses Z internally

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
ocaml-zarith (x86_64, ppc64le, i586, armh, aarch64)
ocaml-zarith-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
ocaml-zarith-devel (x86_64, ppc64le, i586, armh, aarch64)

Сопровождающий: Anton Farygin

Список участников:
Anton Farygin

Права:
Anton Farygin
@everybody

    1. libgmp-devel
    2. ocaml
    3. ocaml-findlib
    4. ocaml-ocamldoc

Последнее изменение


31 декабря 2020 г. Anton Farygin 1.11-alt1
- 1.11
29 сентября 2020 г. Anton Farygin 1.10-alt1
- 1.10
8 сентября 2020 г. Anton Farygin 1.9.1-alt2
- devel parts moved to the ocaml-zarith-devel package