Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ocaml-zarith-1.14-1.mga10 RPM for aarch64

From Mageia Cauldron for aarch64 / media / core / release

Name: ocaml-zarith Distribution: Mageia
Version: 1.14 Vendor: Mageia.Org
Release: 1.mga10 Build date: Wed Apr 9 01:00:27 2025
Group: Development/OCaml Build host: localhost
Size: 425390 Source RPM: ocaml-zarith-1.14-1.mga10.src.rpm
Packager: pterjan <pterjan>
Url: https://github.com/ocaml/Zarith/
Summary: 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

Provides

Requires

License

LGPLv2 with exceptions

Changelog

* Tue Apr 08 2025 pterjan <pterjan> 1.14-1.mga10
  + Revision: 2174239
  - Update to 1.14

Files

/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/71c6f4b97b0f78ea15e1a2f58b5208c78a066d
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/bd1ce295ddcd2dcfe89512e28f568c89bc8568
/usr/lib64/ocaml/stublibs/dllzarith.so
/usr/lib64/ocaml/stublibs/dllzarith.so.owner
/usr/lib64/ocaml/zarith
/usr/lib64/ocaml/zarith/META
/usr/lib64/ocaml/zarith/big_int_Z.cmi
/usr/lib64/ocaml/zarith/q.cmi
/usr/lib64/ocaml/zarith/z.cmi
/usr/lib64/ocaml/zarith/zarith.cma
/usr/lib64/ocaml/zarith/zarith.cmxs
/usr/lib64/ocaml/zarith/zarith_top.cma
/usr/lib64/ocaml/zarith/zarith_top.cmi
/usr/lib64/ocaml/zarith/zarith_version.cmi
/usr/share/doc/ocaml-zarith
/usr/share/doc/ocaml-zarith/README.md
/usr/share/licenses/ocaml-zarith
/usr/share/licenses/ocaml-zarith/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 18 05:26:33 2025