forked from orocos-toolchain/typelib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
37 lines (31 loc) · 1.22 KB
/
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
29
30
31
32
33
34
35
36
<package>
<description brief="type introspection library for C++">
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>
<maintainer>Sylvain Joyeux/[email protected]</maintainer>
<copyright>
LAAS-CNRS/[email protected]
DFKI/[email protected]
Sylvain Joyeux/[email protected]
</copyright>
<license>CeCILL-B (BSD-like)</license>
<depend package="utilrb" />
<!-- typelib depends on onle one of these optional libraries
the user has to choose which one to use and install it manually
<depend_optional package="clang-3.4" />
<depend_optional package="castxml" />
<depend_optional package="gccxml" />
-->
<rosdep name="boost" />
<rosdep name="facets" />
<rosdep name="libxml2" />
<rosdep name="pkg-config" />
<tags>stable</tags>
<export>
<cpp cflags="-I${prefix}/install/include" lflags="-L${prefix}/install/lib -ltypeLib -Wl,-rpath,-L${prefix}/lib"/>
</export>
</package>