Thu, 24 Apr 2025 23:23:17 MSK | login

Information for build ocaml-zarith-1.14-3.el10_0

ID29246
Package Nameocaml-zarith
Version1.14
Release3.el10_0
Epoch
Sourcegit+http://git.inferitos.ru/rpms/ocaml-zarith#5d69eacc3f87c608ca5ab48e7e87b460faf1c519
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
git:https://github.com/ocaml/Zarith.git
Built bytigro
State complete
Volume DEFAULT
StartedThu, 10 Apr 2025 14:25:45 MSK
CompletedThu, 10 Apr 2025 14:47:36 MSK
Taskbuild (inferit-10_0-extras, /rpms/ocaml-zarith/:changed/i10cf/ocaml-zarith-1.14-3.el10)
Extra{'source': {'original_url': 'git+http://git.inferitos.ru/rpms/ocaml-zarith/?#changed/i10cf/ocaml-zarith-1.14-3.el10'}}
Tags
inferit-10_0-extras
RPMs
src
ocaml-zarith-1.14-3.el10_0.src.rpm (info) (download)
aarch64
ocaml-zarith-1.14-3.el10_0.aarch64.rpm (info) (download)
ocaml-zarith-devel-1.14-3.el10_0.aarch64.rpm (info) (download)
ocaml-zarith-debuginfo-1.14-3.el10_0.aarch64.rpm (info) (download)
ocaml-zarith-debugsource-1.14-3.el10_0.aarch64.rpm (info) (download)
x86_64
ocaml-zarith-1.14-3.el10_0.x86_64.rpm (info) (download)
ocaml-zarith-devel-1.14-3.el10_0.x86_64.rpm (info) (download)
ocaml-zarith-debuginfo-1.14-3.el10_0.x86_64.rpm (info) (download)
ocaml-zarith-debugsource-1.14-3.el10_0.x86_64.rpm (info) (download)
Logs
aarch64
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
x86_64
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
Changelog * Wed Feb 26 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.14-3 - Rebuilt for MSVSphere 10 * Wed Jan 29 2025 Jerry James <loganjerry@gmail.com> - 1.14-3 - OCaml 5.2.1 rebuild for Fedora 41 * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Jerry James <loganjerry@gmail.com> - 1.14-1 - Version 1.14 * Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 1.13-8 - OCaml 5.2.0 ppc64le fix * Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 1.13-7 - OCaml 5.2.0 for Fedora 41 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 1.13-4 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 1.13-3 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 1.13-2 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 27 2023 Jerry James <loganjerry@gmail.com> - 1.13-1 - Version 1.13 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 1.12-11 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 1.12-10 - OCaml 5.0.0 rebuild - Install missing files - Do not require ocaml-compiler-libs at runtime