forked from ndarray/Boost.NumPy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
26 lines (26 loc) · 966 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 format="2">
<name>boost_numpy</name>
<version>0.24.0</version>
<description>
Boost.NumPy is an extension for Boost.Python that adds NumPy support.
</description>
<url type="website">https://github.com/personalrobotics/Boost.NumPy</url>
<url type="repository">https://github.com/personalrobotics/Boost.NumPy.git</url>
<url type="bugtracker">https://github.com/personalrobotics/Boost.NumPy/issues</url>
<maintainer email="[email protected]">Michael Koval</maintainer>
<author>Jim Bosch</author>
<author>Ankit Daftery</author>
<author>Stefan Seefeld</author>
<author>Philip Miller</author>
<license>Boost Software License</license>
<buildtool_depend>cmake</buildtool_depend>
<depend>boost</depend>
<depend>python</depend>
<depend>python-numpy</depend>
<!-- These are required by REP-136. -->
<exec_depend>catkin</exec_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>