File: package.xml

package info (click to toggle)
cyclonedds 0.10.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 21,372 kB
  • sloc: ansic: 224,361; perl: 1,904; xml: 1,894; yacc: 1,018; sh: 882; python: 106; makefile: 94
file content (31 lines) | stat: -rw-r--r-- 1,307 bytes parent folder | download
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.10.5</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>
    <exec_depend>openssl</exec_depend>

    <depend>iceoryx_binding_c</depend>
    <depend>iceoryx_posh</depend>
    <depend>iceoryx_hoofs</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>