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>
|