-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.xml
26 lines (23 loc) · 920 Bytes
/
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
<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, and an associated
interface to call C functions from shared libraries.
</description>
<author>Sylvain Joyeux/[email protected]</author>
<copyright>
LAAS-CNRS/[email protected]
DFKI/[email protected]
Sylvain Joyeux/[email protected]
</copyright>
<license>CeCILL-B (BSD-like)</license>
<depend package="utilmm" />
<depend package="utilrb" />
<rosdep name="boost" />
<rosdep name="antlr" />
<rosdep name="doxygen" type="doc" />
<rosdep name="rdoc" type="doc" />
</package>