-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.xml
More file actions
20 lines (15 loc) · 720 Bytes
/
package.xml
File metadata and controls
20 lines (15 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package format="3">
<name>code_coverage</name>
<version>0.4.4</version>
<description>CMake configuration to run coverage</description>
<author email="mike@vanadiumlabs.com">Michael Ferguson</author>
<maintainer email="mike@vanadiumlabs.com">Michael Ferguson</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/mikeferguson/code_coverage</url>
<url type="bugtracker">https://github.com/mikeferguson/code_coverage/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>lcov</depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python-coverage</depend>
<depend condition="$ROS_PYTHON_VERSION == 3">python3-coverage</depend>
</package>