File: package.xml

package info (click to toggle)
ros-rosconsole 1.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: cpp: 2,460; ansic: 390; python: 141; xml: 23; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 886 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
25
26
27
<package>
  <name>rosconsole</name>
  <version>1.14.4</version>
  <description>ROS console output library.</description>
  <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
  <license>BSD</license>

  <url>http://www.ros.org/wiki/rosconsole</url>
  <author>Josh Faust</author>

  <buildtool_depend>catkin</buildtool_depend>

  <build_depend>apr</build_depend>
  <build_depend>libboost-regex-dev</build_depend>
  <build_depend>libboost-system-dev</build_depend>
  <build_depend>libboost-thread-dev</build_depend>
  <build_depend>cpp_common</build_depend>
  <build_depend>log4cxx</build_depend>
  <build_depend>rostime</build_depend>

  <run_depend>apr</run_depend>
  <run_depend>cpp_common</run_depend>
  <run_depend>libboost-regex-dev</run_depend>
  <run_depend>log4cxx</run_depend>
  <run_depend>rosbuild</run_depend>
  <run_depend>rostime</run_depend>
</package>