]>
Commit | Line | Data |
---|---|---|
7174d62e WW |
1 | <?xml version="1.0"?> |
2 | <package> | |
3 | <name>serial</name> | |
46802a9b | 4 | <version>1.2.0</version> |
7174d62e WW |
5 | <description> |
6 | Serial is a cross-platform, simple to use library for using serial ports on computers. This library provides a C++, object oriented interface for interacting with RS-232 like devices on Linux and Windows. | |
7 | </description> | |
8 | ||
516a5c7e | 9 | <maintainer email="[email protected]">William Woodall</maintainer> |
7174d62e | 10 | |
bed25fd8 | 11 | <license>MIT</license> |
7174d62e WW |
12 | |
13 | <url type="website">http://wjwwood.github.com/serial/</url> | |
14 | <url type="repository">https://github.com/wjwwood/serial</url> | |
15 | <url type="bugtracker">https://github.com/wjwwood/serial/issues</url> | |
16 | ||
17 | <author email="[email protected]">William Woodall</author> | |
18 | <author email="[email protected]">John Harrison</author> | |
19 | ||
df27a2bf | 20 | <buildtool_depend>catkin</buildtool_depend> |
bed25fd8 | 21 | |
db0947e2 | 22 | <test_depend>boost</test_depend> |
7174d62e | 23 | |
df27a2bf | 24 | </package> |