-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.xml
26 lines (22 loc) · 1.13 KB
/
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
<?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>fastcdr</name>
<version>2.2.0</version>
<description>
*eProsima Fast CDR* is a C++ serialization library implementing the Common Data Representation (CDR) mechanism defined by the Object Management Group (OMG) consortium. CDR is the serialization mechanism used in DDS for the DDS Interoperability Wire Protocol (DDSI-RTPS).
</description>
<maintainer email="[email protected]">Miguel Company</maintainer>
<maintainer email="[email protected]">Eduardo Ponz</maintainer>
<license file="LICENSE">Apache 2.0</license>
<url type="website">https://www.eprosima.com/</url>
<url type="bugtracker">https://github.com/eProsima/Fast-CDR/issues</url>
<url type="repository">https://github.com/eProsima/Fast-CDR</url>
<buildtool_depend>cmake</buildtool_depend>
<doc_depend>doxygen</doc_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>