SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ocaml-zarith
Version : 1.4.1 Vendor : Fedora Project
Release : 2.fc24 Date : 2016-02-04 17:05:04
Group : Unspecified Source RPM : ocaml-zarith-1.4.1-2.fc24.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/25/Everything/i386/os/Packages/o

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ocaml-zarith-1.4.1-2.fc24.i686.rpm
ftp.icm.edu.pl  ocaml-zarith-1.4.1-2.fc24.i686.rpm
     Search for other platforms
ocaml-zarith-1.4.1-2.fc24.sparc.rpm
ocaml-zarith-1.4.1-2.fc24.alpha.rpm
ocaml-zarith-1.4.1-2.fc24.ppc.rpm
ocaml-zarith-1.4.1-2.fc24.ia64.rpm
ocaml-zarith-1.4.1-2.fc24.s390.rpm

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

Requires :
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.4)
libgmp.so.10
ocaml(Buffer) = a579f4a57e300ec755f84af883c1e51b
ocaml(Callback) = deb9226b3de6bdba985bad268a5b7c51
ocaml(CamlinternalFormatBasics) = 8b069fca1e4d9316b588e5554f38bb24
ocaml(Format) = 61d4350242b30078d3ad96c904c9f7a1
ocaml(Int32) = f43b8a2972804b40e28b661b6fdf157a
ocaml(Int64) = 3565b288ec68024088360805650448dd
ocaml(Obj) = 8b014ec57a472d9f3922b63e5de9d1f2
ocaml(Pervasives) = 0d015a5a2136659b0de431be7f1545be
ocaml(String) = 9cb286f2c4569fd32c379b1a05c7b590
ocaml(Z) = bbaaf1515a9fac3f7b1ec0e2fd0bbfe6
ocaml(runtime) = 4.02.3
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)


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

 
ICM