-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.xml
32 lines (26 loc) · 1.07 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
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>gencpp</name>
<version>0.7.1</version>
<description>C++ ROS message and service generators.</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<license>BSD</license>
<url type="bugtracker">https://github.com/ros/gencpp/issues</url>
<url type="repository">https://github.com/ros/gencpp</url>
<author>Josh Faust</author>
<author>Troy Straszheim</author>
<author>Morgen Kjaergaard</author>
<buildtool_depend version_gte="0.5.78">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>
<build_depend>genmsg</build_depend>
<exec_depend>genmsg</exec_depend>
<export>
<message_generator>cpp</message_generator>
<rosdoc config="rosdoc.yaml"/>
<architecture_independent/>
</export>
</package>