-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.xml
34 lines (34 loc) · 1.15 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<package>
<name>moreorg</name>
<description brief="Model for Reconfigurable Multi-Robot Organizations">
This library allows to create an organization model of a system and
reason and plan with it.
</description>
<author>Thomas Roehr/[email protected]</author>
<maintainer>Thomas Roehr/[email protected]</maintainer>
<license>BSD-3-Clause</license>
<url>https://git.hb.dfki.de:dfki-libraries/organization_model</url>
<depend package="base/cmake" />
<depend package="boost" />
<depend package="base/types" />
<depend package="base/numeric" />
<depend package="planning/pddl_planner" />
<depend package="knowledge_reasoning/owlapi" />
<depend package="tools/graph_analysis" />
<depend package="tools/gecode" />
<depend package="tools/qxcfg" />
<depend package="muparser" />
<keywords>
<keyword>reasoning</keyword>
<keyword>representation</keyword>
<keyword>multiagent</keyword>
<keyword>owl</keyword>
</keywords>
<stage>1</stage>
<use>single project</use>
<activity>active</activity>
<classifiers>
<classifier>c++</classifier>
<classifier>rock</classifier>
</classifiers>
</package>