forked from orocos-toolchain/orogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
28 lines (25 loc) · 1013 Bytes
/
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
<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>
<maintainer>Sylvain Joyeux/[email protected]</maintainer>
<copyright>
DFKI/[email protected]
Sylvain Joyeux/[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" />
<depend package="metaruby" />
<depend_optional package="hoe-yard" />
<depend_optional package="kramdown" />
<depend package="rake" />
<depend package="ruby" />
<test_depend package="minitest" />
<test_depend package="flexmock" />
</package>