-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
30 lines (30 loc) · 1.27 KB
/
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
29
30
<?xml version="1.0"?>
<package format="2">
<!-- This is a Catkin package.xml file to optionally support building DARTPy
in a Catkin workspace. Catkin is not required to build DARTPy. For more
information, see: http://ros.org/reps/rep-0136.html -->
<name>dartpy</name>
<version>5.1.0</version>
<description>
Python bindings for DART, the Dynamic Animation and Robotics Toolkit.
</description>
<url type="website">https://github.com/personalrobotics/dartpy</url>
<url type="repository">https://github.com/personalrobotics/dartpy.git</url>
<url type="bugtracker">https://github.com/personalrobotics/dartpy/issues</url>
<maintainer email="[email protected]">Michael Koval</maintainer>
<author email="[email protected]">Michael Koval</author>
<author email="[email protected]">Pras Velagapudi</author>
<license>BSD</license>
<buildtool_depend>cmake</buildtool_depend>
<depend>boost</depend>
<depend>dart</depend>
<depend>python</depend>
<!-- This should be a <build_depend>, but is listed as a <depend> to get
catkin_build to build it as a dependency of dartpy. -->
<depend>boost_numpy_eigen</depend>
<!-- These are required by REP-136. -->
<exec_depend>catkin</exec_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>