SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ocaml-zarith
Version : 1.1 Vendor : Fedora Project
Release : 3.fc18 Date : 2012-12-13 20:12:44
Group : Unspecified Source RPM : ocaml-zarith-1.1-3.fc18.src.rpm
Size : 0.11 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/updates/18/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ocaml-zarith-1.1-3.fc18.i686.rpm
ftp.icm.edu.pl  ocaml-zarith-1.1-3.fc18.i686.rpm
     Search for other platforms
ocaml-zarith-1.1-3.fc18.sparc.rpm
ocaml-zarith-1.1-3.fc18.alpha.rpm
ocaml-zarith-1.1-3.fc18.ppc.rpm
ocaml-zarith-1.1-3.fc18.ia64.rpm
ocaml-zarith-1.1-3.fc18.s390.rpm

Provides :
dllzarith.so
ocaml(Big_int_Z)
ocaml(Q)
ocaml(Z)
ocaml-zarith
ocaml-zarith(x86-32)
zarith.cmxs

Requires :
libc.so.6(GLIBC_2.0)
ocaml(Callback) = 6fd6d47b2f6a171a493621bc5edbfb32
ocaml(Format) = 6e6b7b75c544ef4ca673a763aec805af
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ocaml(runtime) = 4.00.1
ocaml(Pervasives) = 4836c254f0eacad92fbf67abc525fdda
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
ocaml(String) = 54ba2685e6ed154753718e9c8becb28b
ocaml(Buffer) = 3f6c994721573c9f8b5411e6824249f4
libc.so.6(GLIBC_2.1.3)
ocaml(Z) = b27d0f2445fc2d3f044189fa31b0f57e
rpmlib(PayloadIsXz) <= 5.2-1
libc.so.6
libgmp.so.10
libc.so.6(GLIBC_2.3.4)


Content of RPM :
/usr/lib/ocaml/stublibs/dllzarith.so
/usr/lib/ocaml/stublibs/dllzarith.so.owner
/usr/lib/ocaml/zarith
/usr/lib/ocaml/zarith/META
/usr/lib/ocaml/zarith/big_int_Z.cmi
/usr/lib/ocaml/zarith/q.cmi
/usr/lib/ocaml/zarith/z.cmi
/usr/lib/ocaml/zarith/zarith.cma
/usr/lib/ocaml/zarith/zarith.cmxs
/usr/share/doc/ocaml-zarith-1.1
/usr/share/doc/ocaml-zarith-1.1/Changes
/usr/share/doc/ocaml-zarith-1.1/LICENSE

 
ICM