forked from orocos-toolchain/rttlua_completion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
22 lines (16 loc) · 819 Bytes
/
package.xml
File metadata and controls
22 lines (16 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package>
<name>rttlua_completion</name>
<version>1.0.0</version>
<description>This package contains the rttlua_completion utility.</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<license>MIT</license>
<!-- Author tags are optional, mutiple are allowed, one per tag -->
<author email="markus.klotzbuecher@mech.kuleuven.be">Markus Klotzbuecher</author>
<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<run_depend>ocl</run_depend>
</package>