mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 03:34:53 +08:00
23 lines
808 B
XML
23 lines
808 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<name>serial</name>
|
|
<version>1.1.3</version>
|
|
<description>
|
|
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.
|
|
</description>
|
|
|
|
<maintainer email="wwoodall@willowgarage.com">William Woodall</maintainer>
|
|
|
|
<license>BSD</license>
|
|
|
|
<url type="website">http://wjwwood.github.com/serial/</url>
|
|
<url type="repository">https://github.com/wjwwood/serial</url>
|
|
<url type="bugtracker">https://github.com/wjwwood/serial/issues</url>
|
|
|
|
<author email="wjwwood@gmail.com">William Woodall</author>
|
|
<author email="ash.gti@gmail.com">John Harrison</author>
|
|
|
|
<buildtool_depend>catkin</buildtool_depend>
|
|
|
|
</package>
|