Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2099 Add 'package.xml' for the introspection
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Nov 17, 2023
1 parent 8539091 commit c84edf7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tools/introspection/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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_introspection</name>
<version>2.90.0</version>
<description>Eclipse iceoryx inter-process-communication (IPC) middleware introspection client</description>
<maintainer email="[email protected]">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>
<buildtool_depend>git</buildtool_depend>

<depend>iceoryx_posh</depend>
<depend>ncurses</depend>

<doc_depend>doxygen</doc_depend>

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

0 comments on commit c84edf7

Please sign in to comment.