SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ocaml-zarith rpm build for : CentOS 7. For other distributions click ocaml-zarith.

Name : ocaml-zarith
Version : 1.4.1 Vendor : obs://build_opensuse_org/home:bayrepo
Release : 2.8 Date : 2019-01-05 00:57:14
Group : Unspecified Source RPM : ocaml-zarith-1.4.1-2.8.src.rpm
Size : 0.19 MB
Packager : (none)
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/ftp5.gwdg.de/pub/opensuse/repositories/home:/bayrepo/CentOS_7/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

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

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


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

 
ICM