معرفی شرکت ها


ocaml-zarith-1.12-9.fc38.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

OCaml interface to GMP
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything i686
نام بسته ocaml-zarith
نام فایل بسته ocaml-zarith-1.12-9.fc38.src.rpm
نسخه بسته 1.12
انتشار بسته 9.fc38
معماری بسته i686
نگهدارنده -
تاریخ ساخت Tue 24 Jan 2023 12
هاست سازنده buildvm-x86-13.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/ocaml/Zarith/
مجوز LGPL-2.1-only WITH OCaml-LGPL-linking-exception
حجم دانلود 118K
حجم نصب 103.631K
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


جایگزین ها

بسته نسخه معماری مخزن
ocaml-zarith-1.12-9.fc38.aarch64.rpm 1.12 aarch64 Fedora Everything
ocaml-zarith-1.12-9.fc38.i686.rpm 1.12 i686 Fedora Everything
ocaml-zarith-1.12-9.fc38.x86_64.rpm 1.12 x86_64 Fedora Everything
ocaml-zarith-debuginfo-1.12-9.fc38.aarch64.rpm 1.12 aarch64 Fedora Everything
ocaml-zarith-debuginfo-1.12-9.fc38.i686.rpm 1.12 i686 Fedora Everything
ocaml-zarith-debuginfo-1.12-9.fc38.x86_64.rpm 1.12 x86_64 Fedora Everything
ocaml-zarith-debugsource-1.12-9.fc38.aarch64.rpm 1.12 aarch64 Fedora Everything
ocaml-zarith-debugsource-1.12-9.fc38.i686.rpm 1.12 i686 Fedora Everything
ocaml-zarith-debugsource-1.12-9.fc38.x86_64.rpm 1.12 x86_64 Fedora Everything
ocaml-zarith-devel-1.12-9.fc38.aarch64.rpm 1.12 aarch64 Fedora Everything
ocaml-zarith-devel-1.12-9.fc38.i686.rpm 1.12 i686 Fedora Everything
ocaml-zarith-devel-1.12-9.fc38.x86_64.rpm 1.12 x86_64 Fedora Everything


نیازمندی

مقدار نام
- gcc
- gmp-devel
- make
>= 4.04.0 ocaml
- ocaml-findlib
- ocaml-ocamldoc
- perl-interpreter
- python3
- redhat-rpm-config


ارائه دهنده

مقدار نام
= 1.12-9.fc38 ocaml-zarith
= 1.12-9.fc38 ocaml-zarith-devel
= 1.12-9.fc38 ocaml-zarith-debuginfo
= 1.12-9.fc38 ocaml-zarith-debugsource


نحوه نصب


نصب پکیج rpm ocaml-zarith:

    dnf install ocaml-zarith-1.12-9.fc38.src.rpm


فایل ها

مسیرها
ocaml-zarith.spec


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-01-24

Rebuild OCaml packages for F38

2023-01-19

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-12-12

Convert License tag to SPDX

2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-07-20

Use new OCaml macros

2022-06-18

OCaml 4.14.0 rebuild

2022-02-04

OCaml 4.13.1 rebuild to remove package notes

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-10-04

OCaml 4.13.1 build

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-03-03

Version 1.12

2021-03-01

OCaml 4.12.0 build

2021-01-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild