forked from rock-core/tools-orocosrb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
29 lines (26 loc) · 1006 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
28
<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://gitorious.org/rock-toolchain/orocos-rb.git</url>
<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' />
</package>