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.
|