-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (19 loc) · 820 Bytes
/
package.xml
File metadata and controls
25 lines (19 loc) · 820 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>rcdiscover</name>
<version>2.1.2</version>
<description>
This package contains tools for the discovery of Roboception devices via GigE Vision.
</description>
<maintainer email="felix.ruess@roboception.de">Felix Ruess</maintainer>
<author email="heiko.hirschmueller@roboception.de">Heiko Hirschmueller</author>
<author email="raphael.schaller@roboception.de">Raphael Schaller</author>
<license>BSD</license>
<url type="repository">https://github.com/roboception/rcdiscover</url>
<url type="bugtracker">https://github.com/roboception/rcdiscover/issues</url>
<buildtool_depend>cmake</buildtool_depend>
<doc_depend>doxygen</doc_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>