rclcpp/rclcpp/package.xml

16 lines
471 B
XML
Raw Normal View History

<?xml version="1.0"?>
<package format="2">
<name>rclcpp</name>
<version>0.0.0</version>
<description>The ROS client library in C++.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
2015-03-04 16:31:22 -08:00
<build_export_depend>rmw</build_export_depend>
2015-03-07 01:24:52 +01:00
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
</package>