-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
36 lines (30 loc) · 1.24 KB
/
package.xml
File metadata and controls
36 lines (30 loc) · 1.24 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
35
36
<?xml version="1.0"?>
<package format="2">
<name>ompl</name>
<version>2.0.0beta</version>
<description>OMPL is a free sampling-based motion planning library.</description>
<maintainer email="mark@moll.ai">Mark Moll</maintainer>
<maintainer email="marq.razz@gmail.com">Marq Rasumessen</maintainer>
<maintainer email="jafar.uruc@gmail.com">Jafar Uruc</maintainer>
<license>BSD</license>
<url type="website">https://ompl.kavrakilab.org</url>
<url type="bugtracker">https://github.com/ompl/ompl/issues</url>
<url type="repository">https://github.com/ompl/ompl</url>
<author>Kavraki Lab</author>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>cmake</build_depend>
<build_depend>libboost-program-options-dev</build_depend>
<build_depend>libboost-serialization-dev</build_depend>
<build_depend>eigen</build_depend>
<build_depend>pkg-config</build_depend>
<build_depend>libflann-dev</build_depend>
<build_depend>yaml-cpp</build_depend>
<exec_depend>libboost-program-options</exec_depend>
<exec_depend>libboost-serialization</exec_depend>
<exec_depend>eigen</exec_depend>
<exec_depend>libflann-dev</exec_depend>
<exec_depend>yaml-cpp</exec_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>