forked from rosjava/android_extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
21 lines (20 loc) · 868 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package>
<name>android_extras</name>
<version>0.3.1</version>
<description>
Various additional and useful general packages, but not core.
</description>
<url type="website">http://ros.org/wiki/android_extras</url>
<url type="repository">https://github.com/rosjava/android_extras</url>
<url type="bugtracker">https://github.com/rosjava/android_extras/issues</url>
<author email="[email protected]">Daniel Stonier</author>
<maintainer email="[email protected]">Daniel Stonier</maintainer>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rosjava_build_tools</build_depend>
<build_depend>rosjava_bootstrap</build_depend>
<build_depend>rosjava_extras</build_depend>
<build_depend>android_core</build_depend>
<build_depend>zeroconf_jmdns_suite</build_depend>
</package>