-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.xml
38 lines (32 loc) · 1.04 KB
/
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
32
33
34
35
36
37
38
<package>
<name>ocl</name>
<version>2.8.3</version>
<description>
Orocos component library
This package contains standard components for the Orocos Toolchain
</description>
<license>LGPL v2</license>
<maintainer email="[email protected]">Orocos Developers</maintainer>
<author>OCL Development Team</author>
<url>http://www.orocos.org/ocl</url>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>catkin</run_depend>
<build_depend>libreadline-dev</build_depend>
<build_depend>libncurses-dev</build_depend>
<build_depend>lua-dev</build_depend>
<build_depend>netcdf</build_depend>
<build_depend>rtt</build_depend>
<build_depend>log4cpp</build_depend>
<run_depend>libreadline-dev</run_depend>
<run_depend>libncurses-dev</run_depend>
<run_depend>lua-dev</run_depend>
<run_depend>netcdf</run_depend>
<run_depend>rtt</run_depend>
<run_depend>log4cpp</run_depend>
<export>
<build_type>
cmake
</build_type>
</export>
</package>