-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
29 lines (25 loc) · 1.17 KB
/
package.xml
File metadata and controls
29 lines (25 loc) · 1.17 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
<?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>tl_expected</name>
<version>2.0.1</version>
<description>C++11/14/17 std::expected with functional-style extensions</description>
<maintainer email="bence.magyar.robotics@gmail.com">bmagyar</maintainer>
<maintainer email="christoph.froehlich@ait.ac.at">christophfroehlich</maintainer>
<maintainer email="nathanbrooks@picknik.ai">Nathan Brooks</maintainer>
<maintainer email="shaurya.kumar@picknik.ai">Shaurya Kumar</maintainer>
<author>Sy Brand</author>
<author email="maybe@tylerjw.dev">Tyler Weaver</author>
<license>CC0-1.0</license>
<url>https://github.com/TartanLlama/expected</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_export_depend>libexpected-dev</build_export_depend>
<export>
<build_type>ament_cmake</build_type>
<deprecated>
This package will be removed in ROS 2 Lyrical Luth.
Use tl/expected.hpp from libexpected-dev,
or rcpputils/tl_expected/expected.hpp if the system header is not available
</deprecated>
</export>
</package>