Source: adasockets
Maintainer: Phil Brooke <pjb@debian.org>
Uploaders: Nicolas Boulenguez <nicolas@debian.org>
Section: devel
Priority: optional
Standards-Version: 4.5.1
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 gnat, gnat-10,
# Note: debian/rules reads this lines to find gnat_version.
 texinfo, texlive,
 autogen
# see doc/Makefile.am
Homepage: https://www.rfc1149.net/devel/adasockets.html
Vcs-Browser: https://salsa.debian.org/debian/adasockets
Vcs-Git: https://salsa.debian.org/debian/adasockets.git

Package: libadasockets10-dev
Architecture: any
Depends: gnat, gnat-10, libadasockets10 (= ${binary:Version}), ${misc:Depends}
Section: libdevel
Description: bindings for socket services in Ada: development files
 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: libadasockets10
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Description: bindings for socket services in Ada: shared library
 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.
