forked from dpkoch/async_comm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (17 loc) · 641 Bytes
/
package.xml
File metadata and controls
23 lines (17 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package format="2">
<name>async_comm</name>
<version>0.2.1</version>
<description>A C++ library for asynchronous serial communication</description>
<maintainer email="danielpkoch@gmail.com">Daniel Koch</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/dpkoch/async_comm</url>
<url type="bugtracker">https://github.com/dpkoch/async_comm/issues</url>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>boost</build_depend>
<exec_depend>boost</exec_depend>
<doc_depend>doxygen</doc_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>