File: control

package info (click to toggle)
adasockets 1.8.4.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,712 kB
  • ctags: 70
  • sloc: sh: 8,546; ada: 1,586; makefile: 211; ansic: 120
file content (32 lines) | stat: -rw-r--r-- 1,279 bytes parent folder | download
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
Source: adasockets
Maintainer: Phil Brooke <pjb@debian.org>
Section: devel
Priority: extra
Standards-Version: 3.6.1.0
Build-Depends: gnat (>= 3.15p), gnat (<< 3.16), debhelper (>= 3.0.48), texinfo

Package: libadasockets0-dev
Architecture: i386 sparc powerpc
Depends: gnat (>= 3.15p), gnat (<< 3.16), libadasockets0 (=${Source-Version})
Section: libdevel
Provides: libadasockets-dev
Conflicts: adasockets
Replaces: adasockets
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: libadasockets0
Architecture: i386 sparc powerpc
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.