forked from orocos-toolchain/utilrb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
31 lines (26 loc) · 855 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
<package>
<name>utilrb</name>
<version>1.6.6</version>
<description>
Ruby toolkit: This library is a collection of useful Ruby classes
</description>
<author>Sylvain Joyeux/[email protected]</author>
<maintainer email="[email protected]">Orocos Development Team</maintainer>
<license>CeCILL-B (BSD-like)</license>
<buildtool_depend>cmake</buildtool_depend>
<run_depend>catkin</run_depend>
<build_depend>ruby</build_depend>
<build_depend>facets</build_depend>
<build_depend>hoe</build_depend>
<build_depend>rake-compiler</build_depend>
<build_depend>libreadline-dev</build_depend>
<run_depend>ruby</run_depend>
<run_depend>facets</run_depend>
<run_depend>hoe</run_depend>
<run_depend>libreadline</run_depend>
<export>
<build_type>
cmake
</build_type>
</export>
</package>