File: package.xml

package info (click to toggle)
ros-osrf-pycommon 2.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: python: 1,726; makefile: 146; xml: 16
file content (21 lines) | stat: -rw-r--r-- 649 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
<?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>osrf_pycommon</name>
  <version>2.1.7</version>
  <description>Commonly needed Python modules, used by Python software developed at OSRF.</description>

  <maintainer email="william@openrobotics.org">William Woodall</maintainer>

  <license>Apache License 2.0</license>

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

  <exec_depend>python3-importlib-metadata</exec_depend>

  <export>
    <build_type>ament_python</build_type>
  </export>
</package>