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.8.0
Build-Depends: gnat (>= 4.3), debhelper (>= 4.0.0), texinfo, texlive
Package: libadasockets-dev
Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 s390 sparc powerpc mips mipsel
Depends: gnat-4.3, libadasockets1 (=${binary:Version})
Section: libdevel
Conflicts: adasockets, libadasockets0-dev
Replaces: adasockets, libadasockets0-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: libadasockets1
Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 s390 sparc powerpc mips mipsel
Depends: ${shlibs: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.
|