1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 03:34:53 +08:00
serial/package.xml

25 lines
844 B
XML
Raw Normal View History

<?xml version="1.0"?>
<package>
<name>serial</name>
2015-04-21 21:50:41 -07:00
<version>1.2.1</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>
2013-06-11 17:05:24 -07:00
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<license>MIT</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>
2012-12-14 14:07:39 -08:00
<buildtool_depend>catkin</buildtool_depend>
2013-06-12 00:13:18 -06:00
<test_depend>boost</test_depend>
2012-12-14 14:07:39 -08:00
</package>