forked from fkie/async_web_server_cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
27 lines (20 loc) · 1.01 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>async_web_server_cpp</name>
<version>2.0.0</version>
<description>Asynchronous Web/WebSocket Server in C++</description>
<maintainer email="[email protected]">Timo Röhling</maintainer>
<author email="[email protected]">Mitchell Wills</author>
<author email="[email protected]">Russel Toris</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/async_web_server_cpp</url>
<url type="bugtracker">https://github.com/fkie/async_web_server_cpp/issues</url>
<url type="repository">https://github.com/fkie/async_web_server_cpp</url>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>libssl-dev</build_depend>
<build_depend>boost</build_depend>
<exec_depend>boost</exec_depend>
<test_depend>launch_testing</test_depend>
<test_depend>python3-websocket</test_depend>
</package>