Source: sobjectizer Section: libs Priority: optional Maintainer: Amin Bandali Build-Depends: debhelper-compat (= 13), cmake Standards-Version: 4.7.4.1 Homepage: https://github.com/Stiffstream/sobjectizer Vcs-Browser: https://salsa.debian.org/debian/sobjectizer Vcs-Git: https://salsa.debian.org/debian/sobjectizer.git Package: libsobjectizer-dev Section: libdevel Architecture: any Multi-Arch: same Depends: ${misc:Depends} Description: C++ implementation of Actor, Publish-Subscribe, and CSP models SObjectizer is an implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. It allows the creation of a concurrent application as a set of agent-objects that interact with each other through asynchronous messages. This package contains a header-only C++17 library.