File: control

package info (click to toggle)
netxx 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 844 kB
  • ctags: 615
  • sloc: cpp: 3,944; perl: 1,503; xml: 904; makefile: 146; sh: 86; ansic: 15
file content (28 lines) | stat: -rw-r--r-- 1,011 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
Source: netxx
Section: devel
Priority: optional
Maintainer: Daniel Pocock <daniel@pocock.com.au>
Build-Depends: debhelper (>= 9), perl
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/collab-maint/netxx.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/netxx.git
Homepage: http://www.pmade.com/labs/index.html

Package: libnetxx1
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ library for network programming
 Netxx is a C++ network programming library. It is designed to take the
 pain out of programming network communications applications.

Package: libnetxx-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libnetxx1 (= ${binary:Version})
Description: C++ library for network programming (development headers)
 Netxx is a C++ network programming library. It is designed to take the
 pain out of programming network communications applications.