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
|
Source: adasockets
Maintainer: Phil Brooke <pjb@debian.org>
Section: devel
Priority: extra
Standards-Version: 3.9.0
Build-Depends: ada-compiler, gnat, gnat-4.4, debhelper (>= 6.0.0), texinfo, texlive
Package: libadasockets3-dev
Architecture: any
Depends: ada-compiler, gnat, gnat-4.4, libadasockets3 (=${binary:Version}), ${misc:Depends}, dpkg (>= 1.15.4) | install-info
Section: libdevel
Conflicts: adasockets, libadasockets0-dev, libadasockets-dev, libadasockets2-dev
Replaces: adasockets, libadasockets0-dev, libadasockets-dev, libadasockets2-dev
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: libadasockets3
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.
|