forked from orocos-toolchain/typelib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
38 lines (31 loc) · 1.11 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
<package>
<name>typelib</name>
<version>1.1.1</version>
<description>
This library offers an introspection mechanism for C/C++ value-types. I.e.
it offers a way to represent types, and to manipulate in-memory values
that are instances of those types.
A Ruby binding is included, which gives a fast and transparent
modification of C/C++ in-memory types from Ruby.
</description>
<author>Sylvain Joyeux/sylvain.joyeux@m4x.org</author>
<maintainer email="orocos-dev@lists.mech.kuleuven.be">OCL Development Team</maintainer>
<license>CeCILL-B (BSD-like)</license>
<buildtool_depend>cmake</buildtool_depend>
<run_depend>catkin</run_depend>
<build_depend>utilrb</build_depend>
<build_depend>gccxml</build_depend>
<build_depend>boost</build_depend>
<build_depend>libxml2</build_depend>
<build_depend>facets</build_depend>
<run_depend>utilrb</run_depend>
<run_depend>gccxml</run_depend>
<run_depend>boost</run_depend>
<run_depend>libxml2</run_depend>
<run_depend>facets</run_depend>
<export>
<build_type>
cmake
</build_type>
</export>
</package>