forked from AutonomyLab/libcreate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (20 loc) · 795 Bytes
/
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>libcreate</name>
<version>1.6.1</version>
<description>C++ library for interfacing with iRobot's Create 1 and Create 2</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/libcreate</url>
<url type="repository">https://github.com/AutonomyLab/libcreate</url>
<url type="bugtracker">https://github.com/AutonomyLab/libcreate/issues</url>
<author email="[email protected]">Jacob Perron</author>
<buildtool_depend>cmake</buildtool_depend>
<depend>boost</depend>
<exec_depend>catkin</exec_depend>
<doc_depend>doxygen</doc_depend>
<test_depend>gtest</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>