forked from knowrob/knowrob
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
executable file
·30 lines (26 loc) · 1.04 KB
/
package.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
<?xml version="1.0"?>
<package format="2">
<name>knowrob</name>
<version>2.0.0</version>
<description>KnowRob is a knowledge processing framework for robots.
It provides tools for knowledge acquisition, representation and reasoning
that are tailored to the demands in mobile robotics.
</description>
<maintainer email="[email protected]">Daniel Beßler</maintainer>
<maintainer email="[email protected]">Sascha Jongebloed</maintainer>
<license>BSD-3</license>
<url type="website">https://github.com/knowrob/knowrob</url>
<url type="bugtracker">https://github.com/knowrob/knowrob/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>roslib</depend>
<depend>roscpp</depend>
<depend>boost</depend>
<depend>eigen</depend>
<depend>swi-prolog</depend>
<depend>spdlog</depend>
<depend>libmongoc-dev</depend>
<depend>gtest</depend>
<depend>fmt</depend>
<!-- <depend>libraptor2-dev</depend> -->
<!-- <depend>librdf0-dev</depend> -->
</package>