Fri, 27 Jun 2025 00:07:33 CST | login

Information for build ocaml-zarith-1.13-3.oc9

ID38687
Package Nameocaml-zarith
Version1.13
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ocaml-zarith.git?.#45342ea0d4275581a8881e96a6e78073bf967bbd
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 14:27:09 CST
CompletedFri, 13 Jun 2025 14:36:49 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ocaml-zarith.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ocaml-zarith.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ocaml-zarith-1.13-3.oc9.src.rpm (info) (download)
aarch64
ocaml-zarith-1.13-3.oc9.aarch64.rpm (info) (download)
ocaml-zarith-devel-1.13-3.oc9.aarch64.rpm (info) (download)
ocaml-zarith-debuginfo-1.13-3.oc9.aarch64.rpm (info) (download)
ocaml-zarith-debugsource-1.13-3.oc9.aarch64.rpm (info) (download)
loongarch64
ocaml-zarith-1.13-3.oc9.loongarch64.rpm (info) (download)
ocaml-zarith-devel-1.13-3.oc9.loongarch64.rpm (info) (download)
ocaml-zarith-debuginfo-1.13-3.oc9.loongarch64.rpm (info) (download)
ocaml-zarith-debugsource-1.13-3.oc9.loongarch64.rpm (info) (download)
x86_64
ocaml-zarith-1.13-3.oc9.x86_64.rpm (info) (download)
ocaml-zarith-devel-1.13-3.oc9.x86_64.rpm (info) (download)
ocaml-zarith-debuginfo-1.13-3.oc9.x86_64.rpm (info) (download)
ocaml-zarith-debugsource-1.13-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.13-3 - Rebuilt for loongarch64 * Sat Jun 22 2024 Rebuild Robot <rebot@opencloudos.org> - 1.13-2 - [Type] other - [DESC] Rebuilt for ocaml * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.13-1 - initial build