-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (27 loc) · 1.11 KB
/
package.xml
File metadata and controls
30 lines (27 loc) · 1.11 KB
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
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rclrs</name>
<version>0.5.0</version>
<description>Package containing the Rust client library.</description>
<maintainer email="esteve@apache.org">Esteve Fernandez</maintainer>
<maintainer email="nnmmgit@gmail.com">Nikolai Morin</maintainer>
<!-- This project is not military-sponsored, Jacob's employment contract just requires him to use this email address -->
<maintainer email="jacob.a.hassold.civ@army.mil">Jacob Hassold</maintainer>
<license>Apache License 2.0</license>
<author email="esteve@apache.org">Esteve Fernandez</author>
<build_depend>libclang-dev</build_depend>
<build_depend>rosidl_runtime_rs</build_depend>
<depend>rcl</depend>
<depend>builtin_interfaces</depend>
<depend>rcl_interfaces</depend>
<depend>rosgraph_msgs</depend>
<depend>rosidl_default_generators</depend>
<depend>test_msgs</depend>
<depend>example_interfaces</depend>
<export>
<build_type>ament_cargo</build_type>
</export>
</package>