forked from PX4/genmsg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (28 loc) · 1.11 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>genmsg</name>
<version>0.5.12</version>
<description>
Standalone Python library for generating ROS message and service data structures for various languages.
</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/genmsg</url>
<url type="bugtracker">https://github.com/ros/genmsg/issues</url>
<url type="repository">https://github.com/ros/genmsg</url>
<author>Troy Straszheim</author>
<author>Morten Kjaergaard</author>
<author>Ken Conley</author>
<author>Dirk Thomas</author>
<buildtool_depend version_gte="0.5.74">catkin</buildtool_depend>
<exec_depend>catkin</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-empy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-empy</exec_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
<architecture_independent/>
</export>
</package>