Wed, 01 May 2024 01:56:54 UTC | login

Information for build ocaml-zarith-1.8-4.fc31

ID122985
Package Nameocaml-zarith
Version1.8
Release4.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-zarith.git#6213d2ac1a4094c96a075f83ca02e61555503d70
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
Built bydavidlt
State failed
Volume DEFAULT
StartedSat, 31 Aug 2019 17:44:33 UTC
CompletedSat, 31 Aug 2019 18:54:35 UTC
Taskbuild (f31-candidate, /rpms/ocaml-zarith.git:6213d2ac1a4094c96a075f83ca02e61555503d70)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-zarith.git#6213d2ac1a4094c96a075f83ca02e61555503d70'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 1.8-4 - OCaml 4.08.1 (rc2) rebuild. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jul 04 2019 Jerry James <loganjerry@gmail.com> - 1.8-2 - Rebuild for ocaml 4.08.0 * Wed May 01 2019 Jerry James <loganjerry@gmail.com> - 1.8-1 - New upstream version * Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 1.7-9 - Bump release and rebuild. * Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 1.7-8 - Bump release and rebuild. * Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 1.7-7 - OCaml 4.08.0 (beta 3) rebuild. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 1.7-4 - OCaml 4.07.0 (final) rebuild. * Tue Jun 19 2018 Richard W.M. Jones <rjones@redhat.com> - 1.7-3 - OCaml 4.07.0-rc1 rebuild. * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 1.7 - New upstream version 1.7. * Tue Nov 07 2017 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-12 - OCaml 4.06.0 rebuild.