-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.xml
24 lines (19 loc) · 1.02 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
<package>
<name>rosconsole_bridge</name>
<version>0.5.4</version>
<description>rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.</description>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/rosconsole_bridge</url>
<url type="bugtracker">https://github.com/ros/rosconsole_bridge/issues</url>
<url type="repository">https://github.com/ros/rosconsole_bridge</url>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Dirk Thomas</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cpp_common</build_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<build_depend version_gte="1.11.5">rosconsole</build_depend>
<run_depend>cpp_common</run_depend>
<run_depend>libconsole-bridge-dev</run_depend>
<run_depend>rosconsole</run_depend>
</package>