-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.xml
More file actions
27 lines (22 loc) · 864 Bytes
/
package.xml
File metadata and controls
27 lines (22 loc) · 864 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="2">
<name>rmagine</name>
<version>2.4.2</version>
<description>
Library for fast and accurate simulation of range sensors in large 3D environments using ray tracing. The simulations can even be computed on embedded devices installed on a robot.
</description>
<license>BSD-3-Clause</license>
<url>https://github.com/uos/rmagine</url>
<depend>assimp</depend>
<depend>boost</depend>
<depend>eigen</depend>
<depend>tbb</depend>
<depend>libjsoncpp-dev</depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>