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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: ucommon
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs (>= 0.4.70~),
autotools-dev,
devscripts,
libtool,
automake1.11,
autoconf,
debhelper,
dh-buildinfo,
pkg-config,
libgnutls-dev,
d-shlibs (>= 0.45~),
graphviz,
gcc (>= 4:4.4)
Build-Depends-Indep: doxygen-latex
Standards-Version: 3.9.3
Section: net
Homepage: http://www.gnu.org/software/commoncpp/
Vcs-Git: git://git.debian.org/git/collab-maint/ucommon.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ucommon.git
Package: libucommon-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libucommon5 (= ${binary:Version}),
${devlibs:Depends},
Recommends: pkg-config
Suggests: ucommon-doc
Description: lightweight C++ threading and sockets - development files
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for
systems using uClibc along with POSIX threading support. For this
reason, uCommon disables language features that consume memory or
introduce runtime overhead. uCommon introduces some design patterns
from Objective-C, such as reference counted objects, memory pools, and
smart pointers. uCommon introduces some new concepts for handling of
thread locking and synchronization.
.
This package contains the development headers and static libraries.
Package: libucommon5-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends},
libucommon5 (= ${binary:Version})
Description: lightweight C++ threading and sockets - debugging symbols
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for
systems using uClibc along with POSIX threading support. For this
reason, uCommon disables language features that consume memory or
introduce runtime overhead. uCommon introduces some design patterns
from Objective-C, such as reference counted objects, memory pools, and
smart pointers. uCommon introduces some new concepts for handling of
thread locking and synchronization.
.
This package contains the debugging symbols.
Package: libucommon5
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: ucommon-utils
Description: lightweight C++ threading and sockets - shared libraries
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for
systems using uClibc along with POSIX threading support. For this
reason, uCommon disables language features that consume memory or
introduce runtime overhead. uCommon introduces some design patterns
from Objective-C, such as reference counted objects, memory pools, and
smart pointers. uCommon introduces some new concepts for handling of
thread locking and synchronization.
.
This package contains the shared libraries.
Package: ucommon-utils
Section: utils
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: lightweight C++ threading and sockets - utilities
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for
systems using uClibc along with POSIX threading support. For this
reason, uCommon disables language features that consume memory or
introduce runtime overhead. uCommon introduces some design patterns
from Objective-C, such as reference counted objects, memory pools, and
smart pointers. uCommon introduces some new concepts for handling of
thread locking and synchronization.
.
This package contains the following utilities included as part of the
GNU uCommon C++ project:
* args
* car
* mdsum
* scrub
* sockaddr
* zerofill
Package: ucommon-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: lightweight C++ threading and sockets - documentation
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for
systems using uClibc along with POSIX threading support. For this
reason, uCommon disables language features that consume memory or
introduce runtime overhead. uCommon introduces some design patterns
from Objective-C, such as reference counted objects, memory pools, and
smart pointers. uCommon introduces some new concepts for handling of
thread locking and synchronization.
.
This package contains the API documentation.
|