1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: numerix
Section: libdevel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Ralf Treinen <treinen@debian.org>, Sven Luther <luther@debian.org>, Remi Vanicat <vanicat@debian.org>, Stefano Zacchiroli <zack@debian.org>, Sylvain Le Gall <sylvain.le-gall@polytechnique.org>, Mike Furr <mfurr@debian.org>, Julien Cristau <julien.cristau@ens-lyon.org>, Samuel Mimram <smimram@debian.org>
Build-Depends: ocaml-nox (>= 3.10), libgmp3-dev, debhelper (>> 4.0.0), dpatch, autotools-dev
Build-Depends-Indep: texlive, texlive-latex-extra, gs-common
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/numerix
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/numerix/trunk/
Package: libnumerix-ocaml
Architecture: any
Section: libs
Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
Description: Numerix "big integer" library for OCaml - runtime
The Numerix library provides unlimited precision integer arithmetic
facilities for use in OCaml programs. This package contains only
the ocamlnumx runtime and the shared runtime stub libraries.
.
Numerix is a library implementing arbitrary long signed integers and
the usual arithmetic operations between those numbers. The
algorithms and native (C and assembly) code implementations in
Numerix compare well to the other multi-precision libraries commonly
available, especially Big (the adaptation of BigNum for
Camllight/Ocaml) and GMP. Also, OCaml programmers are likely to find
the Numerix API more natural and more complete than BigNum / Nat,
especially for modular arithmetic applications such as cryptography.
Several implementations of the low-level primitives are provided,
including one that uses BigNum and one that uses GMP.
Package: libnumerix-ocaml-dev
Architecture: any
Section: libdevel
Depends: libgmp3-dev, libnumerix-ocaml (= ${binary:Version})
Suggests: numerix-doc (= ${source:Version})
Description: Numerix "big integer" library for OCaml
The Numerix library provides unlimited precision integer arithmetic
facilities for use in OCaml programs. This package contains all the
libraries and headers that are needed to build programs that use the
OCaml interface to Numerix.
.
Numerix is a library implementing arbitrary long signed integers and
the usual arithmetic operations between those numbers. The
algorithms and native (C and assembly) code implementations in
Numerix compare well to the other multi-precision libraries commonly
available, especially Big (the adaptation of BigNum for
Camllight/Ocaml) and GMP. Also, OCaml programmers are likely to find
the Numerix API more natural and more complete than BigNum / Nat,
especially for modular arithmetic applications such as cryptography.
Several implementations of the low-level primitives are provided,
including one that uses BigNum and one that uses GMP.
Package: numerix-doc
Architecture: all
Section: doc
Description: Numerix "big integer" library for C and OCaml - documentation
The Numerix library provides unlimited precision integer arithmetic
facilities for use in OCaml programs. This package contains
documentation and examples for all of the languages that Numerix supports.
.
Numerix is a library implementing arbitrary long signed integers
and the usual arithmetic operations between those numbers. Designed
for a use with the Objective-Caml language, it is also available
with reduced functionalities for the Camllight, C and Pascal languages
on 32 or 64 bit Unix-type computers.
.
The algorithms and native (C and assembly) code implementations in
Numerix compare well to the other multi-precision libraries commonly
available, especially Big (the adaptation of BigNum for Camllight/Ocaml)
and GMP. Also, OCaml programmers are likely to find the Numerix API
more natural and more complete than BigNum / Nat, especially for
modular arithmetic applications such as cryptography. Several
implementations of the low-level primitives are provided, including
one that uses BigNum and one that uses GMP.
|