-
Notifications
You must be signed in to change notification settings - Fork 13
/
manifest.xml
31 lines (28 loc) · 1.05 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="library to control oroGen modules from Ruby">
This library allows to control and monitor orogen components from the
Ruby programming language.
</description>
<maintainer>Sylvain Joyeux/[email protected]</maintainer>
<copyright>
DFKI/[email protected]
Sylvain Joyeux/[email protected]
</copyright>
<license>GPL v2 or later</license>
<url>https://github.com/rock-core/tools-orocosrb.git</url>
<version>1.0.0</version>
<depend package="base/orogen/std" />
<depend package="cmake" />
<depend package="yard" />
<depend package="rake-compiler" />
<depend package="orogen" />
<depend package="tools/pocolog" optional="1"/>
<depend package="omniorb" />
<depend package="tools/rtt_transports/ros" optional="1"/>
<depend package="hoe" />
<depend package="rake-compiler" />
<depend package="ruby-xmlrpc" />
<test_depend package='flexmock' />
<test_depend package='fakefs' />
<test_depend package='base/orogen/types' />
</package>