aboutsummaryrefslogtreecommitdiff
path: root/dev-libs/sobjectizer/metadata.xml
diff options
context:
space:
mode:
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>