aboutsummaryrefslogtreecommitdiff
path: root/dev-libs/sobjectizer/metadata.xml
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-15 14:50:59 -0500
committerJulien Roy <julien@jroy.ca>2023-01-15 14:50:59 -0500
commit202c64f17983a7bd96767afe2a65e32350c05bdd (patch)
tree0866c4ca7650c49e31cce387b66922bc570772d0 /dev-libs/sobjectizer/metadata.xml
parent9e26d3cf9a6fd68a261e046661c3d949e75ab4c8 (diff)
downloadMrRoy-Overlay-202c64f17983a7bd96767afe2a65e32350c05bdd.tar.gz
MrRoy-Overlay-202c64f17983a7bd96767afe2a65e32350c05bdd.tar.bz2
MrRoy-Overlay-202c64f17983a7bd96767afe2a65e32350c05bdd.zip
dev-libs/sobjectizer: new package, add 5.7.4.2
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-libs/sobjectizer/metadata.xml')
-rw-r--r--dev-libs/sobjectizer/metadata.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/sobjectizer/metadata.xml b/dev-libs/sobjectizer/metadata.xml
new file mode 100644
index 0000000..68818bf
--- /dev/null
+++ b/dev-libs/sobjectizer/metadata.xml
@@ -0,0 +1,16 @@
+<?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>