kinetic-devel/core/roslib/manifest.xml

27 lines
925 B
XML
Raw Normal View History

2009-09-11 11:08:16 +08:00
<package>
2010-01-13 12:17:41 +08:00
<description brief="ROS base library">
2009-09-11 11:08:16 +08:00
2010-01-13 12:17:41 +08:00
Base dependencies and support libraries for ROS. roslib contains many of the common data structures and tools that are shared across ROS client library implementations.
2009-09-11 11:08:16 +08:00
</description>
2010-01-13 12:17:41 +08:00
<author>Ken Conley/kwc@willowgarage.com, Morgan Quigley/mquigley@cs.stanford.edu, Josh Faust/jfaust@willowgarage.com</author>
2009-09-11 11:08:16 +08:00
<license>BSD</license>
2010-01-13 12:17:41 +08:00
<review status="Doc reviewed" notes="2010/01/12"/>
<url>http://ros.org/wiki/roslib</url>
2009-09-11 11:08:16 +08:00
<export>
2010-02-19 06:22:20 +08:00
<cpp cflags="-I${prefix}/include `rosboost-cfg --cflags`" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lroslib"/>
<rosdoc config="${prefix}/rosdoc.yaml" />
2009-09-11 11:08:16 +08:00
</export>
<depend package="genmsg_cpp"/>
<depend package="rospack"/>
2009-09-11 11:08:16 +08:00
<!-- for roslib.params -->
<rosdep name="python"/>
<rosdep name="python-yaml"/>
<rosdep name="bzip2"/>
<rosdep name="zlib"/>
<rosdep name="boost"/>
</package>