Tue, 21 May 2024 09:41:41 UTC | login

Information for RPM ocaml-zarith-1.13-4.fc40.src.rpm

ID1161546
Nameocaml-zarith
Version1.13
Release4.fc40
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 Time2023-12-29 09:01:12 GMT
Size112.21 KB
df6ffc5c591aca83a84860cd16f23b7f
LicenseLGPL-2.1-only WITH OCaml-LGPL-linking-exception
Buildrootf40-build-767941-125124
Provides
ocaml-zarith = 1.13-4.fc40
ocaml-zarith-debuginfo = 1.13-4.fc40
ocaml-zarith-debugsource = 1.13-4.fc40
ocaml-zarith-devel = 1.13-4.fc40
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
gcc
gmp-devel
make
ocaml >= 4.04.0
ocaml-findlib
ocaml-ocamldoc
ocaml-rpm-macros
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.spec13.54 KB
release-1.13.tar.gz83.98 KB
Component of No Buildroots