Skip to content

Commit eb09246

Browse files
committed
Refs #11619: add package.xml
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
1 parent b227c5d commit eb09246

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

package.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
4+
<name>xtypes</name>
5+
<!-->There must be a release. Update version accordingly<-->
6+
<version>0.1.0</version>
7+
<description>
8+
eProsima fast and lightweight C++17 header-only implementation of OMG DDS-XTYPES standard.
9+
</description>
10+
<!-->Update maintainer information<-->
11+
<maintainer email="support@eprosima.com">eProsima</maintainer>
12+
<license file="LICENSE">Apache 2.0</license>
13+
14+
<url type="website">https://www.eprosima.com/</url>
15+
<url type="bugtracker">https://github.com/eProsima/xtypes/issues</url>
16+
<url type="repository">https://github.com/eProsima/xtypes</url>
17+
18+
<buildtool_depend>cmake</buildtool_depend>
19+
20+
<doc_depend>doxygen</doc_depend>
21+
22+
<export>
23+
<build_type>cmake</build_type>
24+
</export>
25+
</package>

0 commit comments

Comments
 (0)