package.xml.stamp 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0"?>
  2. <?xml-model
  3. href="http://download.ros.org/schema/package_format3.xsd"
  4. schematypens="http://www.w3.org/2001/XMLSchema"?>
  5. <package format="3">
  6. <name>catkin</name>
  7. <version>0.8.10</version>
  8. <description>Low-level build system macros and infrastructure for ROS.</description>
  9. <maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
  10. <maintainer email="tfoote@openrobotics.org">Tully Foote</maintainer>
  11. <license>BSD</license>
  12. <url type="website">http://wiki.ros.org/catkin</url>
  13. <url type="bugtracker">https://github.com/ros/catkin/issues</url>
  14. <url type="repository">https://github.com/ros/catkin</url>
  15. <author>Troy Straszheim</author>
  16. <author>Morten Kjaergaard</author>
  17. <author>Brian Gerkey</author>
  18. <author>Dirk Thomas</author>
  19. <depend condition="$ROS_PYTHON_VERSION == 2">python-argparse</depend>
  20. <depend condition="$ROS_PYTHON_VERSION == 2" version_gt="0.4.3">python-catkin-pkg</depend>
  21. <depend condition="$ROS_PYTHON_VERSION == 3" version_gt="0.4.3">python3-catkin-pkg</depend>
  22. <depend condition="$ROS_PYTHON_VERSION == 2">python-empy</depend>
  23. <depend condition="$ROS_PYTHON_VERSION == 3">python3-empy</depend>
  24. <buildtool_depend>cmake</buildtool_depend>
  25. <buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
  26. <buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>
  27. <buildtool_export_depend>cmake</buildtool_export_depend>
  28. <buildtool_export_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_export_depend>
  29. <build_export_depend>google-mock</build_export_depend>
  30. <build_export_depend>gtest</build_export_depend>
  31. <build_export_depend condition="$ROS_PYTHON_VERSION == 2">python-nose</build_export_depend>
  32. <build_export_depend condition="$ROS_PYTHON_VERSION == 3">python3-nose</build_export_depend>
  33. <test_depend condition="$ROS_PYTHON_VERSION == 2">python-mock</test_depend>
  34. <test_depend condition="$ROS_PYTHON_VERSION == 3">python3-mock</test_depend>
  35. <test_depend condition="$ROS_PYTHON_VERSION == 2">python-nose</test_depend>
  36. <test_depend condition="$ROS_PYTHON_VERSION == 3">python3-nose</test_depend>
  37. <export>
  38. <rosdoc config="rosdoc.yaml"/>
  39. <architecture_independent/>
  40. </export>
  41. </package>