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
|
Source: ocaml-zarith
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper (>= 8),
ocaml-nox (>= 3.12.1),
dh-ocaml (>= 0.9.1),
libgmp3-dev,
autotools-dev,
ocaml-findlib
Standards-Version: 3.9.4
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-zarith.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-zarith.git
Homepage: https://forge.ocamlcore.org/projects/zarith/
Package: libzarith-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}, libgmp3-dev
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: arithmetic and logical operations over arbitrary-precision integers (dev)
The Zarith library implements arithmetic and logical operations over
arbitrary-precision integers. It uses GMP to efficiently implement
arithmetic over big integers. Small integers are represented as Caml
unboxed integers, for speed and space economy.
.
This package provides the static library, OCaml library and interface
for developing applications to use libzarith-ocaml.
Package: libzarith-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: arithmetic and logical operations over arbitrary-precision integers (runtime)
The Zarith library implements arithmetic and logical operations over
arbitrary-precision integers. It uses GMP to efficiently implement
arithmetic over big integers. Small integers are represented as Caml
unboxed integers, for speed and space economy.
.
This package provides the shared library for running applications linked
against libzarith-ocaml.
Package: libzarith-ocaml-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libzarith-ocaml-dev
Description: arithmetic and logical operations over arbitrary-precision integers (doc)
The Zarith library implements arithmetic and logical operations over
arbitrary-precision integers. It uses GMP to efficiently implement
arithmetic over big integers. Small integers are represented as Caml
unboxed integers, for speed and space economy.
.
This package provides the ocamldoc generated html files.
|