File: package.xml

package info (click to toggle)
ros-roscpp-core 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: cpp: 2,957; ansic: 348; xml: 102; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 999 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
28
<package>
  <name>cpp_common</name>
  <version>0.7.3</version>
  <description>
    cpp_common contains C++ code for doing things that are not necessarily ROS
    related, but are useful for multiple packages. This includes things like
    the ROS_DEPRECATED and ROS_FORCE_INLINE macros, as well as code for getting
    backtraces.

    This package is a component of <a href="http://www.ros.org/wiki/roscpp">roscpp</a>.
  </description>
  <maintainer email="peckama2@fel.cvut.cz">Martin Pecka</maintainer>
  <license>BSD</license>

  <url>http://www.ros.org/wiki/cpp_common</url>
  <author>John Faust</author>
  <author>Dirk Thomas</author>

  <buildtool_depend>catkin</buildtool_depend>

  <build_depend>libboost-system-dev</build_depend>
  <build_depend>libboost-thread-dev</build_depend>
  <build_depend>libconsole-bridge-dev</build_depend>

  <run_depend>libboost-system-dev</run_depend>
  <run_depend>libboost-thread-dev</run_depend>
  <run_depend>libconsole-bridge-dev</run_depend>
</package>