File: package.xml

package info (click to toggle)
ros2-osrf-testing-tools-cpp 1.5.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 572 kB
  • sloc: cpp: 3,049; xml: 31; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 620 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>1.5.2</version>
  <description>Test package, which uses things exported by osrf_testing_tools_cpp.</description>
  <maintainer email="william@osrfoundation.org">William Woodall</maintainer>
  <license>Apache License 2.0</license>

  <buildtool_depend>cmake</buildtool_depend>

  <test_depend>osrf_testing_tools_cpp</test_depend>

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