Wed, 01 May 2024 06:58:56 UTC | login

Information for build ocaml-zarith-1.7-5.fc29

ID53678
Package Nameocaml-zarith
Version1.7
Release5.fc29
Epoch
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 complete
Volume DEFAULT
StartedMon, 13 Aug 2018 06:49:33 UTC
CompletedMon, 13 Aug 2018 07:58:42 UTC
Taskbuild (f29-candidate, ocaml-zarith-1.7-5.fc29.src.rpm)
Tags
f29
f30
f31
RPMs
src
ocaml-zarith-1.7-5.fc29.src.rpm (info) (download)
riscv64
ocaml-zarith-1.7-5.fc29.riscv64.rpm (info) (download)
ocaml-zarith-devel-1.7-5.fc29.riscv64.rpm (info) (download)
ocaml-zarith-debuginfo-1.7-5.fc29.riscv64.rpm (info) (download)
ocaml-zarith-debugsource-1.7-5.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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. * Mon Aug 07 2017 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-11 - OCaml 4.05.0 rebuild. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 26 2017 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-8 - OCaml 4.04.2 rebuild. * Thu May 11 2017 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-7 - Bump release and rebuild. * Thu May 11 2017 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-6 - OCaml 4.04.1 rebuild. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Nov 09 2016 Dan HorĂ¡k <dan@danny.cz> - 1.4.1-4 - rebuild for s390x codegen bug * Mon Nov 07 2016 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-3 - Rebuild for OCaml 4.04.0. - Add a fix/workaround for undefined behaviour (RHBZ#1392247). - Fix config.guess.