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
|
Source: ucommon
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 12),
libgnutls28-dev,
pkgconf
Build-Depends-Indep: doxygen-latex, graphviz
Standards-Version: 4.0.0
Section: net
Homepage: http://www.gnu.org/software/commoncpp/
Vcs-Git: https://salsa.debian.org/pkg-voip-team/ucommon.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/ucommon
Package: libucommon-dev
Section: libdevel
Architecture: any
Depends: libgnutls28-dev, libucommon8t64 (= ${binary:Version}), ${misc:Depends}
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: libucommon8t64
Provides: ${t64:Provides}
Breaks: libucommon8 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: ucommon-utils
Conflicts: libucommon7
Replaces: libucommon8, libucommon7
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
* keywait
* mdsum
* scrub
* sockaddr
* zerofill
Package: ucommon-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${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.
|