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
|
Source: adasockets
Maintainer: Phil Brooke <pjb@debian.org>
Section: devel
Priority: extra
Standards-Version: 3.9.6
Build-Depends: gnat, gnat-6, debhelper (>= 6.0.0), texinfo, texlive, dh-autoreconf
Package: libadasockets6-dev
Architecture: any
Depends: gnat, gnat-6, libadasockets6 (=${binary:Version}), ${misc:Depends}, dpkg (>= 1.15.4) | install-info
Section: libdevel
Description: bindings for socket services in Ada
This package provides a binding for socket services to be used with GNAT
(the GNU Ada compiler). One can use it to write clients and servers that
will talk with programs written in Ada or any other programming language.
.
This package provides the Ada programmer with headers and libraries used
to build Ada programs that use sockets services.
Package: libadasockets6
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Description: bindings for socket services in Ada
This package provides a binding for socket services to be used with GNAT
(the GNU Ada compiler). One can use it to write clients and servers that
will talk with programs written in Ada or any other programming language.
.
This package contains the library needed to execute Ada program using sockets.
|