-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (19 loc) · 857 Bytes
/
package.xml
File metadata and controls
26 lines (19 loc) · 857 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
25
26
<package>
<name>gspeech</name>
<version>0.2.0</version>
<description>gspeech</description>
<maintainer email="example@example.com">achuwilsonGEC Sreekrishnapuram+91-9400418468</maintainer>
<maintainer email="pexison@gmail.com">John</maintainer>
<license>BSD</license>
<url type="website">http://blog.achuwilson.in</url>
<!-- <url type="bugtracker"></url> -->
<author>achuwilsonGEC Sreekrishnapuram+91-9400418468</author>
<!-- Dependencies which this package needs to build itself. -->
<buildtool_depend>catkin</buildtool_depend>
<!-- Dependencies needed to compile this package. -->
<build_depend>rospy</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<run_depend>rospy</run_depend>
<!-- Dependencies needed only for running tests. -->
<!-- <test_depend>rospy</test_depend> -->
</package>