forked from raisimTech/raisimLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
19 lines (19 loc) · 676 Bytes
/
package.xml
File metadata and controls
19 lines (19 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package format="2">
<!--Package Header-->
<name>raisim</name>
<version>0.0.2</version>
<description>The raisim library CMake package.</description>
<license>Proprietary</license>
<url type="website">http://bitbucket.org/jhwangbo/raiSim</url>
<maintainer email="jhwangbo@ethz.ch">Jemin Hwangbo</maintainer>
<author email="jhwangbo@ethz.ch">Jemin Hwangbo</author>
<!--Package Dependencies-->
<buildtool_depend>cmake</buildtool_depend>
<exec_depend>catkin</exec_depend>
<build_depend>eigen</build_depend>
<!--Package Export-->
<export>
<build_type>cmake</build_type>
</export>
</package>