forked from norlab-ulaval/libnabo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
26 lines (23 loc) · 836 Bytes
/
package.xml
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
<?xml version="1.0"?>
<package>
<name>libnabo</name>
<version>1.0.7</version>
<description>
libnabo is a fast K Nearest Neighbour library for low-dimensional spaces.
</description>
<maintainer email="[email protected]">Stéphane Magnenat</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/ethz-asl/libnabo</url>
<author email="[email protected]">Stéphane Magnenat</author>
<!-- The *_depend tags are used to specify dependencies -->
<buildtool_depend>cmake</buildtool_depend>
<build_depend>eigen</build_depend>
<build_depend>boost</build_depend>
<run_depend>eigen</run_depend>
<run_depend>boost</run_depend>
<run_depend>catkin</run_depend>
<export>
<!-- Specify that this is not really a ROS package -->
<build_type>cmake</build_type>
</export>
</package>