-
Notifications
You must be signed in to change notification settings - Fork 17
/
manifest.xml
24 lines (21 loc) · 1 KB
/
manifest.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
<package>
<description brief="base implementation of driver classes">
This library contains a generic implementation of (i) timeout-based
non-blocking I/O and (ii) packet-reassembly code. It allows to write a
driver that will timeout on read and/or write, and to generically do
packet extraction in the I/O stream.
</description>
<maintainer>Sylvain Joyeux/[email protected]</maintainer>
<copyright>2008-2017 DFKI Robotics Innovation Center/[email protected]</copyright>
<copyright>2014-2017 SENAI-CIMATEC</copyright>
<copyright>2017-2019 13 Robotics</copyright>
<copyright>2019 TideWise</copyright>
<license>LGPL v2 or later</license>
<url>http://rock-robotics.org/documentation/device_drivers/index.html</url>
<depend package="base/cmake" />
<depend package="base/types" />
<depend package="base/logging" />
<depend package="boost" />
<test_depend package="libgtest-dev" />
<test_depend package="google-mock" />
</package>