ros2_tracing/tracetools/package.xml

26 lines
1,018 B
XML
Raw Normal View History

2019-05-16 12:55:31 +02:00
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>tracetools</name>
<version>0.0.1</version>
<description>ROS 2 wrapper for instrumentation</description>
2019-06-05 10:43:45 +02:00
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
2019-06-17 10:05:06 +02:00
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
2019-06-24 11:18:27 +02:00
<license>Apache 2.0</license>
2019-06-05 10:43:45 +02:00
<author email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</author>
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
2019-05-16 12:55:31 +02:00
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
2019-06-28 14:01:20 +02:00
<depend>liblttng-ust-dev</depend>
2019-05-16 12:55:31 +02:00
2019-07-02 14:35:24 +02:00
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
2019-05-16 12:55:31 +02:00
<export>
<build_type>ament_cmake</build_type>
</export>
</package>