-
Notifications
You must be signed in to change notification settings - Fork 5
/
manifest.xml
21 lines (21 loc) · 1.18 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<package>
<name>fipa_acl</name>
<description brief="Library for parsing FIPA Messages">
FIPA (Foundation for Intelligent Physical Agents) provides a specification for an agent communication language. This is a C++ implementation of a message parser and a message generator.
Since FIPA also define interaction protocols, i.e. agents can use a well defined sequence of message to talk to each other. This library contains a conversation monitor that uses a state machine to validate message flows to conform to a protocol. Protocols can be defined in statechart xml format.
</description>
<author>Thomas Roehr/thomas.roehr@dfki.de</author>
<author>Mircea Cretu Stancu/mircea.ctza@yahoo.com</author>
<maintainer>Thomas Roehr/thomas.roehr@dfki.de</maintainer>
<license>LPGL v3 or higher</license>
<url>http://www.fipa.org</url>
<depend package="base/types" />
<depend package="boost" />
<depend package="rice" />
<depend package="ruby" />
<depend package="uuid" />
<depend package="external/tinyxml" />
<depend package="base/numeric" optional="1" />
<versioncontrol type="git" url="https://github.com/rock-multiagent/multiagent-fipa_acl" />
<tags>stable</tags>
</package>