File: package.xml

package info (click to toggle)
ompl 1.6.0%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 53,496 kB
  • sloc: cpp: 85,252; python: 4,916; sh: 215; xml: 26; javascript: 15; makefile: 11
file content (32 lines) | stat: -rw-r--r-- 976 bytes parent folder | download
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
<?xml version="1.0"?>
<package format="2">
  <name>ompl</name>
  <version>1.6.0</version>
  <description>OMPL is a free sampling-based motion planning library.</description>
  <maintainer email="mmoll@rice.edu">Mark Moll</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>boost</build_depend>
  <build_depend>eigen</build_depend>
  <build_depend>pkg-config</build_depend>
  <build_depend>opende</build_depend>
  <build_depend>libflann-dev</build_depend>

  <exec_depend>boost</exec_depend>
  <exec_depend>eigen</exec_depend>
  <exec_depend>opende</exec_depend>
  <exec_depend>libflann-dev</exec_depend>

  <export>
    <build_type>cmake</build_type>
  </export>
</package>