-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.xml
32 lines (27 loc) · 1.21 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"?>
<package format="3">
<name>roslint</name>
<version>0.12.0</version>
<description>
CMake lint commands for ROS packages.
The lint commands perform static checking of Python or C++ source
code for errors and standards compliance.
</description>
<license>BSD</license>
<maintainer email="mpurvis@clearpathrobotics.com">Mike Purvis</maintainer>
<maintainer email="ahenning@fetchrobotics.com">Alex Henning</maintainer>
<author>Mike Purvis</author>
<author>Jack O'Quin</author>
<url type="website">http://ros.org/wiki/roslint</url>
<url type="repository">https://github.com/ros/roslint.git</url>
<url type="bugtracker">https://github.com/ros/roslint/issues</url>
<!-- It would be nicer not to require catkin. -->
<buildtool_depend>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>
<!-- For now, there is no cpplint or pep8 releases in Ubuntu debs, so
these files are simply included with the package.
<run_depend>python-pylint</run_depend>
<run_depend>python-cpplint</run_depend>
-->
</package>