-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
27 lines (22 loc) · 892 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
<?xml version="1.0"?>
<package format="2">
<name>haros_catkin</name>
<version>0.1.1</version>
<description>
Catkin integration for HAROS (version 3.6.0)
</description>
<license>MIT</license>
<author>Andre Santos (HAROS)</author>
<author>Jonathan Hechtbauer (Catkin wrapper)</author>
<maintainer email="g.a.vanderhoorn@tudelft.nl">G.A. vd. Hoorn (TU Delft Robotics Institute)</maintainer>
<url>https://github.com/git-afsantos/haros.git</url>
<url type="repository">https://github.com/rosin-project/haros_catkin.git</url>
<url type="bugtracker">https://github.com/rosin-project/haros_catkin/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>catkin_virtualenv</build_depend>
<exec_depend>cccc</exec_depend>
<exec_depend>cppcheck</exec_depend>
<export>
<pip_requirements>requirements.txt</pip_requirements>
</export>
</package>