Fedora 19 Update: ocaml-zarith-1.2-1.fc19

updates at fedoraproject.org updates at fedoraproject.org
Sat Jun 1 03:18:54 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-9044
2013-05-24 19:28:19
--------------------------------------------------------------------------------

Name        : ocaml-zarith
Product     : Fedora 19
Version     : 1.2
Release     : 1.fc19
URL         : http://forge.ocamlcore.org/projects/zarith
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

--------------------------------------------------------------------------------
Update Information:

See http://forge.ocamlcore.org/frs/shownotes.php?release_id=901 for changes in this release of ocaml-zarith.

See http://coq.inria.fr/download for changes in this release of coq.

See http://ocamlgraph.lri.fr/download/CHANGES for changes in this release of ocaml-ocamlgraph.

See https://gforge.inria.fr/frs/shownotes.php?release_id=7938 and https://gforge.inria.fr/frs/shownotes.php?release_id=7972 for changes in this release of gappa.

See https://gforge.inria.fr/frs/shownotes.php?release_id=7973 and https://gforge.inria.fr/frs/shownotes.php?release_id=7976 for changes in this release of gappalib-coq.

See http://frama-c.com/download/user-manual-Fluorine-20130501.pdf for changes in this release of frama-c.

See http://why.lri.fr/download/CHANGES for changes in this release of why.

See http://why3.lri.fr/doc-0.81/ for changes in this release of why3.

All other builds in this update are just rebuilds on top of changed libraries.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update ocaml-zarith' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list