Skip to content

Commit

Permalink
iox-eclipse-iceoryx#590 Add package.xml for iceoryx_dust
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed Aug 4, 2022
1 parent 1b344d7 commit 537c65a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions iceoryx_dust/package.xml
@@ -0,0 +1,25 @@
<?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>iceoryx_dust</name>
<version>2.90.0</version>
<description>Eclipse iceoryx inter-process-communication (IPC) middleware deemed usefule software thingies</description>
<maintainer email="iceoryx-oss-support@apex.ai">Eclipse Foundation, Inc.</maintainer>
<license>Apache 2.0</license>
<url type="website">https://iceoryx.io</url>
<url type="bugtracker">https://github.com/eclipse-iceoryx/iceoryx/issues</url>
<url type="repository">https://github.com/eclipse-iceoryx/iceoryx</url>

<buildtool_depend>cmake</buildtool_depend>

<depend>acl</depend>
<depend>libatomic</depend>
<depend>iceoryx_hoofs</depend>


<doc_depend>doxygen</doc_depend>

<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit 537c65a

Please sign in to comment.