forked from CSUFTitanRover/src
-
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) · 846 Bytes
/
package.xml
File metadata and controls
24 lines (19 loc) · 846 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 format="2">
<name>rosauth</name>
<version>0.1.7</version>
<description>Server Side tools for Authorization and Authentication of ROS Clients</description>
<maintainer email="rctoris@wpi.edu">Russell Toris</maintainer>
<author email="rctoris@wpi.edu">Russell Toris</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rosauth</url>
<url type="bugtracker">https://github.com/GT-RAIL/rosauth/issues</url>
<url type="repository">https://github.com/GT-RAIL/rosauth</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>libssl-dev</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>rostest</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>roscpp</exec_depend>
</package>