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.5</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="michel@ekumenlabs.com">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="isucan@gmail.com">Ioan Sucan</author>
<author email="dthomas@osrfoundation.org">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>
|