forked from eProsima/Fast-DDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (25 loc) · 1.56 KB
/
package.xml
File metadata and controls
31 lines (25 loc) · 1.56 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
31
<?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>fastrtps</name>
<version>2.7.0</version>
<description>
*eprosima Fast DDS* (formerly Fast RTPS) is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. *eProsima Fast DDS* expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals.
</description>
<maintainer email="miguelcompany@eprosima.com">Miguel Company</maintainer>
<maintainer email="eduardoponz@eprosima.com">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-DDS/issues</url>
<url type="repository">https://github.com/eProsima/Fast-DDS</url>
<build_depend>asio</build_depend>
<depend>fastcdr</depend>
<depend>foonathan_memory_vendor</depend>
<depend>libssl-dev</depend>
<depend>tinyxml2</depend>
<buildtool_depend>cmake</buildtool_depend>
<doc_depend>doxygen</doc_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>