forked from SWI-Prolog/rclswi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (24 loc) · 973 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
27
28
29
30
31
32
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rclswi</name>
<version>0.0.0</version>
<description>Package containing the SWI-Prolog client.</description>
<maintainer email="[email protected]">Jan Wielemaker</maintainer>
<license>Apache 2.0</license>
<author email="[email protected]">Jan Wielemaker</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rcutils</build_depend>
<build_depend>rmw_implementation_cmake</build_depend>
<depend>rmw_implementation</depend>
<depend>rcl</depend>
<depend>rcl_action</depend>
<depend>rcl_yaml_param_parser</depend>
<depend>unique_identifier_msgs</depend>
<exec_depend>rcl_interfaces</exec_depend>
<exec_depend>rosgraph_msgs</exec_depend>
<exec_depend>rpyutils</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>