forked from eclipse-cyclonedds/cyclonedds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (24 loc) · 1.25 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
<?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>cyclonedds</name>
<version>0.8.0</version>
<description>Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project.</description>
<maintainer email="cyclonedds-dev@eclipse.org">Eclipse Foundation, Inc.</maintainer>
<license>Eclipse Public License 2.0</license>
<license>Eclipse Distribution License 1.0</license>
<url type="website">https://projects.eclipse.org/projects/iot.cyclonedds</url>
<url type="bugtracker">https://github.com/eclipse-cyclonedds/cyclonedds/issues</url>
<url type="repository">https://github.com/eclipse-cyclonedds/cyclonedds</url>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>libssl-dev</build_depend>
<build_depend>bison</build_depend>
<exec_depend>openssl</exec_depend>
<test_depend>libcunit-dev</test_depend>
<doc_depend>doxygen</doc_depend>
<doc_depend>python3-breathe</doc_depend>
<doc_depend>python3-sphinx</doc_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>