-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.xml
31 lines (28 loc) · 1.09 KB
/
manifest.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
<package>
<description brief="Orocos/RTT component specification and code generation tool">
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>
<version>1.3.0</version>
<maintainer>Sylvain Joyeux/[email protected]</maintainer>
<copyright>
DFKI/[email protected]
Sylvain Joyeux/[email protected]
TideWise/[email protected]
</copyright>
<license>GPL v2 or later</license>
<url>http://rock-robotics.org/documentation/orogen</url>
<depend package="rtt" />
<depend package="typelib" />
<depend package="rtt_typelib" />
<depend package="utilrb" />
<rosdep name="metaruby" />
<rosdep name="rake" />
<rosdep name="ruby" />
<test_depend package="minitest" />
<test_depend package="minitest-junit" />
<test_depend package="flexmock" />
<test_depend package="rubocop" />
<test_depend package="rubocop-rock" />
</package>