-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
33 lines (28 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
<?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>genmypy</name>
<version>0.3.2</version>
<description>
Python stub generator from genmsg specs
</description>
<maintainer email="[email protected]">Yuki Igarashi</maintainer>
<maintainer email="[email protected]">Tamaki Nishino</maintainer>
<license>Apache License, Version 2.0</license>
<url type="website">https://github.com/rospypi/genmypy</url>
<url type="bugtracker">https://github.com/rospypi/genmypy/issues</url>
<url type="repository">https://github.com/rospypi/genmypy</url>
<author>Yuki Igarashi</author>
<author>Tamaki Nishino</author>
<depend>genmsg</depend>
<depend>genpy</depend>
<buildtool_depend version_gte="0.5.74">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>
<export>
<message_generator>mypy</message_generator>
<architecture_independent/>
</export>
</package>