forked from tork-a/roswww
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (29 loc) · 1.35 KB
/
package.xml
File metadata and controls
31 lines (29 loc) · 1.35 KB
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
31
<package format="3">
<name>roswww</name>
<version>0.1.14</version>
<description>
Feathery lightweight web server for ROS, that is based on <a href = "http://www.tornadoweb.org/en/stable">Tornado</a> web server module,
modified by IRIS ITS team.
</description>
<maintainer email="[email protected]">Isaac I.Y. Saito</maintainer>
<maintainer email="[email protected]">IRIS ITS</maintainer>
<author>Jonathan Mace</author>
<author email="[email protected]">Jihoon Lee</author>
<license>BSD</license>
<url type="website">http://wiki.ros.org/roswww</url>
<url type="bugtracker">https://github.com/tork-a/roswww/issues</url>
<url type="repository">https://github.com/tork-a/roswww</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend condition="$ROS_PYTHON_VERSION == 2">python-catkin-pkg</build_depend>
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-catkin-pkg</build_depend>
<exec_depend>rosbridge_server</exec_depend>
<exec_depend>rosbridge_server</exec_depend>
<exec_depend>rosgraph</exec_depend>
<exec_depend>rospack</exec_depend>
<test_depend condition="$ROS_PYTHON_VERSION == 2">python-selenium-pip</test_depend>
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-selenium</test_depend>
<test_depend>rostest</test_depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>