aboutsummaryrefslogtreecommitdiffstats
path: root/source/serial/package.xml
diff options
context:
space:
mode:
Diffstat (limited to 'source/serial/package.xml')
-rw-r--r--source/serial/package.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/source/serial/package.xml b/source/serial/package.xml
new file mode 100644
index 0000000..27781e1
--- /dev/null
+++ b/source/serial/package.xml
@@ -0,0 +1,26 @@
+<?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>catkin</buildtool_depend>
+
+ <test_depend>boost</test_depend>
+
+</package>