forked from rock-core/base-types
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
23 lines (21 loc) · 812 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
<package>
<description brief="base types for robotic infrastructures">
This software package are header-only definitions of types that are
generally useful for algorithms in robotic systems.
</description>
<author>Sylvain Joyeux/[email protected]</author>
<url> https://gitorious.org/rock-base/types </url>
<copyright>
DFKI/[email protected]
Sylvain Joyeux/[email protected]
</copyright>
<license>LGPL v2 or later</license>
<depend package="eigen3" />
<depend package="boost" />
<depend package="base/cmake" />
<depend package="base/logging" />
<depend package="rice" optional="1" />
<depend package="external/sisl" optional="1" />
<depend package="gui/vizkit3d" optional="1" />
<tags>stable</tags>
</package>