forked from eProsima/Fast-DDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (26 loc) · 1.58 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
27
28
29
30
31
32
<?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.14.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="[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-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>
<depend>python3</depend>
<buildtool_depend>cmake</buildtool_depend>
<doc_depend>doxygen</doc_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>