forked from humanoid-path-planner/hpp-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (31 loc) · 1.26 KB
/
package.xml
File metadata and controls
34 lines (31 loc) · 1.26 KB
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
<?xml version='1.0'?>
<package format='2'>
<name>hpp-python</name>
<version>6.0.0</version>
<description>Implement python bindings for HPP </description>
<maintainer email='hpp@laas.fr'>Joseph Mirabel</maintainer>
<license>BSD</license>
<author>Joseph Mirabel</author>
<author>Florent Lamiraux</author>
<build_depend>eigenpy</build_depend>
<exec_depend>eigenpy</exec_depend>
<build_export_depend>eigenpy</build_export_depend>
<build_depend>pinocchio</build_depend>
<exec_depend>pinocchio</exec_depend>
<build_export_depend>pinocchio</build_export_depend>
<build_depend>hpp-util</build_depend>
<exec_depend>hpp-util</exec_depend>
<build_export_depend>hpp-util</build_export_depend>
<build_depend>hpp-pinocchio</build_depend>
<exec_depend>hpp-pinocchio</exec_depend>
<build_export_depend>hpp-pinocchio</build_export_depend>
<build_depend>hpp-constraints</build_depend>
<exec_depend>hpp-constraints</exec_depend>
<build_export_depend>hpp-constraints</build_export_depend>
<build_depend>hpp-core</build_depend>
<exec_depend>hpp-core</exec_depend>
<build_export_depend>hpp-core</build_export_depend>
<build_depend>hpp-corbaserver</build_depend>
<exec_depend>hpp-corbaserver</exec_depend>
<build_export_depend>hpp-corbaserver</build_export_depend>
</package>