forked from ros/catkin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
36 lines (30 loc) · 1.15 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
31
32
33
34
35
36
<?xml version="1.0"?>
<package>
<name>catkin</name>
<version>0.5.69</version>
<description>Low-level build system macros and infrastructure for ROS.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/catkin</url>
<url type="bugtracker">https://github.com/ros/catkin/issues</url>
<url type="repository">https://github.com/ros/catkin</url>
<author>Troy Straszheim</author>
<author>Morten Kjaergaard</author>
<author>Brian Gerkey</author>
<author>Dirk Thomas</author>
<build_depend>gtest</build_depend>
<build_depend>python-argparse</build_depend>
<build_depend>python-catkin-pkg</build_depend>
<build_depend>python-empy</build_depend>
<build_depend>python-nose</build_depend>
<buildtool_depend>cmake</buildtool_depend>
<run_depend>cmake</run_depend>
<run_depend>gtest</run_depend>
<run_depend>python-argparse</run_depend>
<run_depend version_gte="0.1.12">python-catkin-pkg</run_depend>
<run_depend>python-empy</run_depend>
<run_depend>python-nose</run_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>