forked from humanoid-path-planner/hpp-plot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
27 lines (23 loc) · 901 Bytes
/
Copy pathpackage.xml
File metadata and controls
27 lines (23 loc) · 901 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
<?xml version='1.0'?>
<package format='3'>
<name>hpp_plot</name>
<version>8.0.0</version>
<description>Plotting tools for HPP</description>
<author>Joseph Mirabel</author>
<author>Florent Lamiraux</author>
<maintainer email='guilhem.saurel@laas.fr'>Guilhem Saurel</maintainer>
<license>BSD-2-Clause</license>
<url type="website">https://github.com/humanoid-path-planner/hpp-plot</url>
<url type="repository">https://github.com/humanoid-path-planner/hpp-plot</url>
<url type="bugtracker">https://github.com/humanoid-path-planner/hpp-plot/issues</url>
<depend>python3</depend>
<depend>python3-dev</depend>
<depend>python3-numpy</depend>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>doxygen</build_depend>
<build_depend>jrl_cmakemodules</build_depend>
<build_depend>npm</build_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>