File: control

package info (click to toggle)
libgmpada 1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 420 kB
  • sloc: ada: 4,975; makefile: 133; ansic: 55; sh: 15; sed: 11
file content (42 lines) | stat: -rw-r--r-- 1,401 bytes parent folder | download
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
Source: libgmpada
Section: libdevel
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-ada-library (>= 8.1),
 dh-sequence-ada-library,
 gnat-12,
 g++-12,
# The same version is required to generate the thin binding.
 libgmp-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/libgmpada
Vcs-Git: https://salsa.debian.org/debian/libgmpada.git
Homepage: http://nicolas.boulenguez.free.fr

Package: libgmpada12-dev
Breaks: libgmpada8-dev, libgmpada9-dev, libgmpada10-dev, libgmpada11-dev
Replaces: libgmpada8-dev, libgmpada9-dev, libgmpada10-dev, libgmpada11-dev
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}, libgmp-dev,
Description: Ada binding to the GNU MultiPrecision library: development
 GMPAda allows programmers to use the GNU MultiPrecision library
 within the Ada language: unbounded integers, rationals and
 floats.
 .
 Install this package if you want to write programs that
 use libgmpada.

Package: libgmpada8
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Ada binding to the GNU MultiPrecision library: shared library
 GMPAda allows programmers to use the GNU MultiPrecision library
 within the Ada language: unbounded integers, rationals and
 floats.
 .
 This package contains the runtime shared library.