File: package.xml

package info (click to toggle)
rust-upstream-ontologist 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,964 kB
  • sloc: xml: 186; python: 13; sh: 12; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<package format="2">
  <name>blah</name>
  <version>1.12.4</version>
  <description>
     This package does something
  </description>

  <author email="author1@example.com">Author 1</author>
  <author email="author2@example.com">Author 2</author>
  <maintainer email="maintainer@example.com">Maintainer 1</maintainer>
  <maintainer email="maintainer2@example.com">Other maintainer</maintainer>

  <license>BSD</license>

  <url type="website">http://website.example.com/</url>
  <url type="repository">https://github.com/example/repo</url>
  <url type="bugtracker">https://github.com/example/tracker/issues</url>

  <buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>

  <depend>curl</depend>
  <depend>boost</depend>

  <exec_depend>python-rospkg</exec_depend>

</package>