Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045650
en ru br
ALT Linux repos
S:1.4-alt1

Group :: Development/ML
RPM: ocaml-num

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.4-alt1
Build date: 13 january 2021, 08:05 ( 167.3 weeks ago )
Size: 56.63 Kb

Home page:   https://github.com/ocaml/num

License: LGPLv2+ with exceptions
Summary: Legacy Num library for arbitrary-precision integer and rational arithmetic
Description:

This library implements arbitrary-precision arithmetic on big integers
and on rationals.

This is a legacy library. It used to be part of the core OCaml
distribution (in otherlibs/num) but is now distributed separately. New
applications that need arbitrary-precision arithmetic should use the
Zarith library (https://github.com/ocaml/Zarith) instead of the Num
library, and older applications that already use Num are encouraged to
switch to Zarith. Zarith delivers much better performance than Num and
has a nicer API.

Current maintainer: Anton Farygin

List of contributors

List of rpms provided by this srpm:

  • ocaml-num
  • ocaml-num-debuginfo
  • ocaml-num-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin