]> Git Repo - serial.git/blob - package.xml
Adding catkin build files and a new Makefile.
[serial.git] / package.xml
1 <?xml version="1.0"?>
2 <package>
3   <name>serial</name>
4   <version abi="1.1.0">1.1.0</version>
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
9   <maintainer email="[email protected]">William Woodall</maintainer>
10
11   <license>BSD</license>
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
20   <build_depend>cmake</build_depend>
21   <build_depend>catkin</build_depend>
22
23 </package>
This page took 0.023574 seconds and 4 git commands to generate.