-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (24 loc) · 1.05 KB
/
package.xml
File metadata and controls
30 lines (24 loc) · 1.05 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>cpp_utils</name>
<version>0.2.0</version>
<description>
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
</description>
<maintainer email="RaulSanchezMateos@eprosima.com">Raul Sánchez-Mateos</maintainer>
<maintainer email="javierparis@eprosima.com">Javier París</maintainer>
<maintainer email="juanlopez@eprosima.com">Juan López</maintainer>
<license file="LICENSE">Apache 2.0</license>
<url type="website">https://www.eprosima.com/</url>
<url type="bugtracker">https://github.com/eProsima/dev-utils/issues</url>
<url type="repository">https://github.com/eProsima/dev-utils</url>
<buildtool_depend>cmake</buildtool_depend>
<depend>fastrtps</depend>
<depend>cmake_utils</depend>
<doc_depend>doxygen</doc_depend>
<test_depend>gtest</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>