File: control

package info (click to toggle)
libcapsinetwork 0.2.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 892 kB
  • ctags: 65
  • sloc: sh: 7,171; cpp: 345; makefile: 29
file content (29 lines) | stat: -rw-r--r-- 1,037 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
Source: libcapsinetwork
Priority: optional
Section: net
Maintainer: Daniel Schepler <schepler@debian.org>
Build-Depends: debhelper (>> 4.1.0), cdbs, automake1.7, libtool (>= 1.5)
Standards-Version: 3.6.1

Package: libcapsinetwork-dev
Section: libdevel
Architecture: any
Depends: libcapsinetwork0 (= ${Source-Version})
Description: C++ network server library, development files
 This package contains the header files and static libraries needed
 for development with libCapsiNetwork.
 .
 libCapsiNetwork is a network library for C++ server daemons aimed at
 easy development.  Implementing a server is as easy as adding a few
 lines to your code and writing one function that handles input
 events.

Package: libcapsinetwork0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: C++ network server library
 libCapsiNetwork is a network library for C++ server daemons aimed at
 easy development.  Implementing a server is as easy as adding a few
 lines to your code and writing one function that handles input
 events.