Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ocaml-zarith-1.13-6.fc40 RPM for s390x

From Fedora Rawhide for s390x / o

Name: ocaml-zarith Distribution: Fedora Project
Version: 1.13 Vendor: Fedora Project
Release: 6.fc40 Build date: Thu Jan 25 11:45:57 2024
Group: Unspecified Build host: buildvm-s390x-27.s390.fedoraproject.org
Size: 419346 Source RPM: ocaml-zarith-1.13-6.fc40.src.rpm
Packager: Fedora Project
Url: https://github.com/ocaml/Zarith/
Summary: OCaml interface to GMP
This 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

Provides

Requires

License

LGPL-2.1-only WITH OCaml-LGPL-linking-exception

Changelog

* 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
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 1.12-9
  - Rebuild OCaml packages for F38
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Dec 12 2022 Jerry James <loganjerry@gmail.com> - 1.12-7
  - Convert License tag to SPDX
* 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

Files

/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/2a5d1fcf0343929ba8a5260c89cabb8449321d
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/7730725a3e10a0589bfd60e68726bc8c4195d4
/usr/lib64/ocaml/stublibs/dllzarith.so
/usr/lib64/ocaml/stublibs/dllzarith.so.owner
/usr/lib64/ocaml/zarith
/usr/lib64/ocaml/zarith/META
/usr/lib64/ocaml/zarith/big_int_Z.cmi
/usr/lib64/ocaml/zarith/q.cmi
/usr/lib64/ocaml/zarith/z.cmi
/usr/lib64/ocaml/zarith/zarith.cma
/usr/lib64/ocaml/zarith/zarith.cmxs
/usr/lib64/ocaml/zarith/zarith_top.cma
/usr/lib64/ocaml/zarith/zarith_top.cmi
/usr/lib64/ocaml/zarith/zarith_version.cmi
/usr/share/doc/ocaml-zarith
/usr/share/doc/ocaml-zarith/README.md
/usr/share/licenses/ocaml-zarith
/usr/share/licenses/ocaml-zarith/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 02:28:23 2024