kinetic-devel/ros/package.xml

38 lines
1.2 KiB
XML

<package>
<name>ros</name>
<version>1.9.10</version>
<description>ROS packaging system</description>
<maintainer email="dthomas@willowgarage.com">Dirk Thomas</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/ROS</url>
<url type="bugtracker">https://code.ros.org/trac/ros/query?status=assigned&amp;status=new&amp;status=reopened&amp;component=ros&amp;order=priority</url>
<url type="repository">https://code.ros.org/svn/ros/stacks/ros/trunk/</url>
<author>Eric Berger</author>
<author>Ken Conley</author>
<author>Josh Faust</author>
<author>Tully Foote</author>
<author>Brian Gerkey</author>
<author>Jeremy Leibs</author>
<author>Morgan Quigley</author>
<author>Rob Wheeler</author>
<!-- This is a metapackage, so it just run-depends on all its child
packages. -->
<run_depend>mk</run_depend>
<run_depend>rosbuild</run_depend>
<run_depend>roslang</run_depend>
<run_depend>roslib</run_depend>
<run_depend>rosbash</run_depend>
<run_depend>rosboost_cfg</run_depend>
<run_depend>rosclean</run_depend>
<run_depend>roscreate</run_depend>
<run_depend>rosmake</run_depend>
<run_depend>rosunit</run_depend>
<export>
<metapackage/>
</export>
</package>