kinetic-devel/tools/rosmake/package.xml

22 lines
568 B
XML
Raw Normal View History

<package>
<name>rosmake</name>
2012-09-27 12:50:05 +08:00
<version>1.9.15</version>
<description>
rosmake is a ros dependency aware build tool which can be used to
build all dependencies in the correct order.
</description>
<maintainer email="dthomas@willowgarage.com">Dirk Thomas</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/rosmake</url>
<author email="tfoote@willowgarage.com">Tully Foote</author>
<build_depend>catkin</build_depend>
2012-10-01 02:16:06 +08:00
<run_depend>python-rospkg</run_depend>
<export>
2012-09-24 14:08:56 +08:00
<rosdoc config="rosdoc.yaml"/>
</export>
</package>