forked from ros/roslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
30 lines (25 loc) · 1.01 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
<?xml version="1.0"?>
<package>
<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="[email protected]">Mike Purvis</maintainer>
<maintainer email="[email protected]">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>
<!-- 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>