-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.xml
40 lines (34 loc) · 1.17 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
39
40
<package format="3">
<name>typelib</name>
<version>2.9.0</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/[email protected]</author>
<maintainer email="[email protected]">Orocos Developers</maintainer>
<license>CeCILL-B (BSD-like)</license>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<!-- typelib depends on only one of these optional libraries
the user has to choose which one to use and install it manually
<depend>clang-3.4</depend>
<depend>castxml</depend>
<depend>gccxml</depend>
-->
<depend>castxml</depend>
<depend>boost</depend>
<depend>facets</depend>
<depend>libxml2</depend>
<depend>ruby-backports</depend>
<depend>ruby-dev</depend>
<depend>utilrb</depend>
<export>
<build_type>
cmake
</build_type>
</export>
</package>