kinetic-devel/tools/rosmake/package.xml

22 lines
568 B
XML

<package>
<name>rosmake</name>
<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>
<run_depend>python-rospkg</run_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>