-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (18 loc) · 785 Bytes
/
package.xml
File metadata and controls
28 lines (18 loc) · 785 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
27
28
<?xml version="1.0"?>
<package format="2">
<name>scxml_interpreter</name>
<version>1.0.0</version>
<description>The SCXML interpreter packages. It contains the Parser API, the SCXML Interface, and SMACH builder</description>
<maintainer email="ludovic.delval@ipa.fhg.de">Ludovic DELVAL</maintainer>
<license>BSD</license>
<!-- <url type="website">http://wiki.ros.org/scxml_interpreter</url> -->
<author email="ludovic.delval@ipa.fhg.de">Ludovic Delval</author>
<author email="shruti.subramanian@ipa.fhg.de">Shruti Subramanian</author>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>smach</exec_depend>
<test_depend>rosunit</test_depend>
<test_depend>rostest</test_depend>
<export>
</export>
</package>