-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.xml
40 lines (33 loc) · 1.54 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
37
38
39
40
<?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>genpy</name>
<version>0.6.16</version>
<description>Python ROS message and service generators.</description>
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/genpy</url>
<url type="bugtracker">https://github.com/ros/genpy/issues</url>
<url type="repository">https://github.com/ros/genpy</url>
<author>Ken Conley</author>
<author>Troy Straszheim</author>
<author>Morten Kjaergaard</author>
<author>Dirk Thomas</author>
<author email="[email protected]">Mabel Zhang</author>
<author email="[email protected]">Shane Loretz</author>
<depend>genmsg</depend>
<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>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-yaml</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-yaml</exec_depend>
<test_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</test_depend>
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</test_depend>
<export>
<message_generator>py</message_generator>
<rosdoc config="rosdoc.yaml"/>
<architecture_independent/>
</export>
</package>