-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.xml
27 lines (20 loc) · 915 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
<package format="2">
<name>async_web_server_cpp</name>
<version>0.0.3</version>
<description>Asynchronous Web/WebSocket Server in C++</description>
<maintainer email="[email protected]">Russell Toris</maintainer>
<author email="[email protected]">Mitchell Wills</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/async_web_server_cpp</url>
<url type="bugtracker">https://github.com/GT-RAIL/async_web_server_cpp/issues</url>
<url type="repository">https://github.com/GT-RAIL/async_web_server_cpp</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>libssl-dev</build_depend>
<build_depend>boost</build_depend>
<exec_depend>libssl-dev</exec_depend>
<exec_depend>boost</exec_depend>
<test_depend>rostest</test_depend>
<test_depend>rospy</test_depend>
<test_depend>roslib</test_depend>
<test_depend>python-websocket</test_depend>
</package>