-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (26 loc) · 837 Bytes
/
package.xml
File metadata and controls
31 lines (26 loc) · 837 Bytes
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
<?xml version="1.0"?>
<package format="3">
<name>aligator</name>
<version>0.18.0</version>
<maintainer email="wilson.jallet@laas.fr">Wilson Jallet</maintainer>
<description>A primal-dual augmented Lagrangian-type solver for trajectory optimization.</description>
<license>tbd</license>
<build_depend>git</build_depend>
<build_depend>doxygen</build_depend>
<doc_depend>doxygen</doc_depend>
<depend>python3</depend>
<depend>python3-numpy</depend>
<depend>boost</depend>
<depend>eigenpy</depend>
<depend>pinocchio</depend>
<depend>crocoddyl</depend>
<!-- Standard debian -->
<depend>fmt</depend>
<depend>libmimalloc</depend>
<depend>libbenchmark-dev</depend>
<depend>Catch2</depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>