-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (28 loc) · 1.11 KB
/
package.xml
File metadata and controls
31 lines (28 loc) · 1.11 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
<?xml version='1.0'?>
<package format='2'>
<name>hpp-python</name>
<version>7.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>
</package>