SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ocaml-zarith rpm build for : Fedora 22. For other distributions click ocaml-zarith.

Name : ocaml-zarith
Version : 1.3 Vendor : Fedora Project
Release : 1.fc22 Date : 2014-10-14 17:36:18
Group : Unspecified Source RPM : ocaml-zarith-1.3-1.fc22.src.rpm
Size : 0.18 MB
Packager : Fedora Project
Summary : OCaml interface to GMP
Description :
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

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/22/Everything/x86_64/os/Packages/o

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ocaml-zarith-1.3-1.fc22.x86_64.rpm
     

Provides :
ocaml(Big_int_Z)
ocaml(Q)
ocaml(Z)
ocaml-zarith
ocaml-zarith(x86-64)

Requires :
libc.so.6()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
ocaml(String) = 03fde185c23214d47defb1747b053af3
ocaml(Pervasives) = 5de66fdff01f2735974be770893841e1
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ocaml(Callback) = deb9226b3de6bdba985bad268a5b7c51
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
libc.so.6(GLIBC_2.4)(64bit)
ocaml(Format) = 4fc9ee7a0b0c38e8eac27f044b5d8c2a
ocaml(CamlinternalFormatBasics) = a88f91d0f04fd66bc0bbaaf347081e95
ocaml(Z) = 72f37c2e03a3c7c977dbd57b2f2e8f25
ocaml(Buffer) = a579f4a57e300ec755f84af883c1e51b
rpmlib(PayloadIsXz) <= 5.2-1
ocaml(runtime) = 4.02.0


Content of RPM :
/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/share/doc/ocaml-zarith
/usr/share/doc/ocaml-zarith/Changes
/usr/share/licenses/ocaml-zarith
/usr/share/licenses/ocaml-zarith/LICENSE

 
ICM