Fri, 26 Apr 2024 19:40:37 UTC | login

Information for RPM ocaml-zarith-1.9.1-11.fc33.src.rpm

ID605710
Nameocaml-zarith
Version1.9.1
Release11.fc33
Epoch
Archsrc
SummaryOCaml interface to GMP
DescriptionThis 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
Build Time2020-05-08 14:13:16 GMT
Size103.34 KB
1a0bd426ec5aea8f209d3dd99d370f1b
LicenseLGPLv2 with exceptions
Buildrootf33-build-201922-48098
Provides
ocaml-zarith = 1.9.1-11.fc33
ocaml-zarith-debuginfo = 1.9.1-11.fc33
ocaml-zarith-debugsource = 1.9.1-11.fc33
ocaml-zarith-devel = 1.9.1-11.fc33
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
gcc
gmp-devel
ocaml
ocaml-findlib
ocaml-ocamldoc
perl-interpreter
redhat-rpm-config
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
ocaml-zarith.spec10.60 KB
release-1.9.1.tar.gz90.16 KB
Component of No Buildroots