mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
cherry-picking commit 4d5be00 from @cottsay See: https://github.com/wjwwood/serial/pull/209#issuecomment-520018303 Author: Scott K Logan <logans@cottsay.net> Date: Wed Jul 3 13:24:15 2019 -0700 Conflicts: CMakeLists.txt package.xml tests/CMakeLists.txt Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<name>serial</name>
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<buildtool_depend>cmake</buildtool_depend>
|
|
|
|
<!-- boost is only needed for test/proof_of_concepts which are not enabled by default -->
|
|
<!--test_depend>boost</test_depend-->
|
|
<test_depend>gtest</test_depend>
|
|
|
|
<export>
|
|
<build_type>cmake</build_type>
|
|
</export>
|
|
</package>
|