-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
28 lines (23 loc) · 897 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
27
28
<?xml version="1.0"?>
<package>
<name>uwsim_osgocean</name>
<version>1.0.4</version>
<description>The OSG Ocean library adapted to UWSim. See https://code.google.com/p/osgocean</description>
<maintainer email="[email protected]">Mario Prats</maintainer>
<maintainer email="[email protected]">Javier Perez</maintainer>
<maintainer email="[email protected]">Diego Centelles</maintainer>
<license>LGPL</license>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>boost</build_depend>
<build_depend>libopenscenegraph</build_depend>
<build_depend>libfftw3</build_depend>
<build_depend>opengl</build_depend>
<run_depend>catkin</run_depend>
<run_depend>boost</run_depend>
<run_depend>libopenscenegraph</run_depend>
<run_depend>libfftw3</run_depend>
<run_depend>opengl</run_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>