-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.xml
26 lines (20 loc) · 923 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package format="2">
<name>vapor_master</name>
<version>0.5.0</version>
<description>high availability ros master</description>
<maintainer email="[email protected]">Nicholas Zatkovich</maintainer>
<maintainer email="[email protected]">Alan Meekins</maintainer>
<maintainer email="[email protected]">RosHub Inc.</maintainer>
<license>Apache-2.0</license>
<url type="website">http://github.com/roshub/vapor_master</url>
<url type="blog">https://medium.com/roshub/introducing-vapor-a-high-availability-ros-1-x-master-19d66506cb7a</url>
<url type="wiki">http://wiki.ros.org/vapor_master</url>
<author email="[email protected]">RosHub Inc.</author>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>nodejs</buildtool_depend>
<buildtool_depend>npm</buildtool_depend>
<exec_depend>rospack</exec_depend>
<exec_depend>nodejs</exec_depend>
<export></export>
</package>