File: package.xml

package info (click to toggle)
ros-rosconsole-bridge 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: cpp: 132; xml: 19; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download
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>