File: package.xml

package info (click to toggle)
ros2-osrf-testing-tools-cpp 2.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: cpp: 3,045; xml: 33; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<?xml-model
  href="http://download.ros.org/schema/package_format3.xsd"
  schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
  <name>test_osrf_testing_tools_cpp</name>
  <version>2.2.0</version>
  <description>Test package, which uses things exported by osrf_testing_tools_cpp.</description>

  <maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>

  <license>Apache License 2.0</license>

  <author email="william@osrfoundation.org">William Woodall</author>

  <buildtool_depend>cmake</buildtool_depend>

  <test_depend>osrf_testing_tools_cpp</test_depend>

  <export>
    <build_type>cmake</build_type>
  </export>
</package>