File: package.xml

package info (click to toggle)
dh-ros 0.14.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 995; xml: 64; perl: 38; sh: 21; makefile: 19; cpp: 6
file content (12 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>foo_ament_python</name>
  <version>1.0.0</version>
  <description>dummy test package for ament_python</description>
  <maintainer email="roehling@debian.org">Timo Röhling</maintainer>
  <license>Apache License 2.0</license>
  <export>
    <build_type>ament_python</build_type>
  </export>
</package>