Tue, 30 Apr 2024 23:36:51 UTC | login

Information for build ocaml-zarith-1.12-7.fc37

ID201289
Package Nameocaml-zarith
Version1.12
Release7.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-zarith.git#11f71a3c98a385f97d252b0d725d76f3eeb1f0ad
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
StartedFri, 07 Oct 2022 08:46:11 UTC
CompletedFri, 07 Oct 2022 10:58:56 UTC
Taskbuild (f37, /rpms/ocaml-zarith.git:11f71a3c98a385f97d252b0d725d76f3eeb1f0ad)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-zarith.git#11f71a3c98a385f97d252b0d725d76f3eeb1f0ad'}}
Tags
f37
f38
RPMs
src
ocaml-zarith-1.12-7.fc37.src.rpm (info) (download)
riscv64
ocaml-zarith-1.12-7.fc37.riscv64.rpm (info) (download)
ocaml-zarith-devel-1.12-7.fc37.riscv64.rpm (info) (download)
ocaml-zarith-debuginfo-1.12-7.fc37.riscv64.rpm (info) (download)
ocaml-zarith-debugsource-1.12-7.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 1.12-6 - Use new OCaml macros * Sat Jun 18 2022 Richard W.M. Jones <rjones@redhat.com> - 1.12-6 - OCaml 4.14.0 rebuild * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 1.12-5 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Oct 04 2021 Richard W.M. Jones <rjones@redhat.com> - 1.12-3 - OCaml 4.13.1 build * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Mar 03 2021 Jerry James <loganjerry@gmail.com> - 1.12-1 - Version 1.12 * Mon Mar 01 2021 Richard W.M. Jones <rjones@redhat.com> - 1.11-3 - OCaml 4.12.0 build * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Nov 16 2020 Jerry James <loganjerry@gmail.com> - 1.11-1 - Version 1.11 * Sun Sep 13 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 1.10-1 - New upstream release 1.10 * Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1.9.1-14 - OCaml 4.11.1 rebuild * Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.9.1-13 - OCaml 4.11.0 rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild