ucommon-config

lightweight C++ threading and sockets - development files

Install

All systems
curl cmd.cat/ucommon-config.sh
Debian Debian
apt-get install libucommon-dev
Ubuntu
apt-get install libucommon-dev
image/svg+xml Kali Linux
apt-get install libucommon-dev
Fedora
dnf install ucommon-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libucommon-dev
Raspbian
apt-get install libucommon-dev

libucommon-dev

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.

ucommon-devel

applications