-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.xml
34 lines (28 loc) · 969 Bytes
/
package.xml
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
27
28
29
30
31
32
33
34
<package>
<name>orogen</name>
<version>2.9.0</version>
<description>
orogen offers a specification interface for components developped in the
Orocos Realtime Toolkit. Moreover, it generates the specified modules,
thus offering an easy and fast development process.
</description>
<author>Sylvain Joyeux/sylvain.joyeux@m4x.org</author>
<maintainer email="orocos-dev@orocos.org">Orocos Developers</maintainer>
<license>GPL v2 or later</license>
<url>http://rock-robotics.org/documentation/orogen</url>
<buildtool_depend>cmake</buildtool_depend>
<run_depend>catkin</run_depend>
<build_depend>ruby</build_depend>
<run_depend>rtt</run_depend>
<run_depend>typelib</run_depend>
<run_depend>rtt_typelib</run_depend>
<run_depend>utilrb</run_depend>
<run_depend>metaruby</run_depend>
<run_depend>rake</run_depend>
<run_depend>ruby</run_depend>
<export>
<build_type>
cmake
</build_type>
</export>
</package>