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" />
2009-09-23 11:18:01 +08:00
<url > http://ros.org/wiki/roslib</url>
2009-09-11 11:08:16 +08:00
<export >
2010-11-09 18:26:30 +08:00
<cpp cflags= "-I${prefix}/msg_gen/cpp/include -I${prefix}/include `rosboost-cfg --cflags`" lflags= "-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lroslib" />
2009-09-23 11:18:01 +08:00
<rosdoc config= "${prefix}/rosdoc.yaml" />
2009-09-11 11:08:16 +08:00
</export>
2009-10-28 04:24:27 +08:00
<depend package= "rospack" />
2009-09-11 11:08:16 +08:00
<!-- for roslib.params -->
<rosdep name= "python" />
<rosdep name= "python-yaml" />
<rosdep name= "boost" />
2010-05-20 05:25:54 +08:00
<platform os= "ubuntu" version= "9.04" />
<platform os= "ubuntu" version= "9.10" />
<platform os= "ubuntu" version= "10.04" />
<platform os= "macports" version= "macports" />
2009-09-11 11:08:16 +08:00
</package>