diff options
author | Julien Roy <julien@jroy.ca> | 2024-01-03 18:50:55 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-01-03 18:50:55 -0500 |
commit | 6fc9651c2111e8b048fe45778ebe83b57b04c7a4 (patch) | |
tree | ddc407aa099892fb99ed9ecc7f641177f9a0280e /dev-libs/sobjectizer/metadata.xml | |
parent | 2f51663d691559aae300b3d980847181446b907a (diff) | |
download | MrRoy-Overlay-6fc9651c2111e8b048fe45778ebe83b57b04c7a4.tar.gz MrRoy-Overlay-6fc9651c2111e8b048fe45778ebe83b57b04c7a4.tar.bz2 MrRoy-Overlay-6fc9651c2111e8b048fe45778ebe83b57b04c7a4.zip |
dev-libs:/* treeclean
Diffstat (limited to 'dev-libs/sobjectizer/metadata.xml')
-rw-r--r-- | dev-libs/sobjectizer/metadata.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-libs/sobjectizer/metadata.xml b/dev-libs/sobjectizer/metadata.xml deleted file mode 100644 index 68818bf..0000000 --- a/dev-libs/sobjectizer/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription>SObjectizer is one of a few cross-platform and OpenSource "actor frameworks" for C++. But SObjectizer supports not only Actor Model, but also Publish-Subscribe Model and CSP-like channels. The goal of SObjectizer is significant simplification of development of concurrent and multithreaded applications in C++. - -SObjectizer allows the creation of a concurrent app as a set of agent-objects which interact with each other through asynchronous messages. It handles message dispatching and provides a working context for message processing. And allows to tune those things by supplying various ready-to-use dispatchers.</longdescription> - <upstream> - <changelog>https://github.com/Stiffstream/sobjectizer/releases</changelog> - <bugs-to>https://github.com/Stiffstream/sobjectizer/issues</bugs-to> - <remote-id type="github">Stiffstream/sobjectizer</remote-id> - </upstream> -</pkgmetadata> |