forked from ros/genlisp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (19 loc) · 698 Bytes
/
package.xml
File metadata and controls
24 lines (19 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package>
<name>genlisp</name>
<version>0.4.16</version>
<description>
Common-Lisp ROS message and service generators.
</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<maintainer email="georg.bartels@cs.uni-bremen.de">Georg Bartels</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/roslisp</url>
<author email="bhaskara@willowgarage.com">Bhaskara Marti</author>
<buildtool_depend version_gte="0.5.78">catkin</buildtool_depend>
<build_depend>genmsg</build_depend>
<run_depend>genmsg</run_depend>
<export>
<message_generator>lisp</message_generator>
</export>
</package>