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
|
Source: adacgi
Maintainer: Phil Brooke <pjb@debian.org>
Uploaders: Nicolas Boulenguez <nicolas@debian.org>,
Ludovic Brenta <lbrenta@debian.org>
Section: libdevel
Priority: optional
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-ada-library (>= 9.1),
dh-sequence-ada-library,
gnat,
gnat-14,
gprbuild (>= 2025.0.0-2),
Vcs-Browser: https://salsa.debian.org/debian/adacgi
Vcs-Git: https://salsa.debian.org/debian/adacgi.git
Homepage: http://www.dwheeler.com/adacgi
Package: libadacgi-dev
Breaks: libadacgi2-dev, libadacgi3-dev, libadacgi4-dev, libadacgi5-dev,
libadacgi6-dev
Replaces: libadacgi2-dev, libadacgi3-dev, libadacgi4-dev, libadacgi5-dev,
libadacgi6-dev
Provides: ${ada:Provides}
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}
Description: Ada CGI interface: development
This is David A. Wheeler's Ada 95 interface to the "Common Gateway
Interface" (CGI). This makes it easier to create Ada programs that
can be invoked by HTTP servers using the standard CGI interface.
.
Install this package if you want to write programs that use AdaCGI.
Package: libadacgi5
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Ada CGI interface: shared library
This is David A. Wheeler's Ada 95 interface to the "Common Gateway
Interface" (CGI). This makes it easier to create Ada programs that
can be invoked by HTTP servers using the standard CGI interface.
.
This package contains the runtime shared library.
|