-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
34 lines (29 loc) · 1.26 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
32
33
34
<?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>sustainml</name>
<!-->There must be a release. Update version accordingly<-->
<version>0.1.0</version>
<description>
Qt application written in C++ that acts as a frontend for the SustainML project.
</description>
<!-->Update maintainer information<-->
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
<maintainer email="[email protected]">Mario Domínguez</maintainer>
<maintainer email="[email protected]">Jesús Poderoso</maintainer>
<license file="LICENSE">GNU general public license</license>
<url type="website">https://sustainml.eu/</url>
<url type="bugtracker">https://github.com/eProsima/SustainML-Frontend/issues</url>
<url type="repository">https://github.com/eProsima/SustainML-Frontend</url>
<depend>fastcdr</depend>
<depend>fastdds</depend>
<depend>dev-utils</depend>
<depend>cmake_utils</depend>
<depend>sustainml_cpp</depend>
<buildtool_depend>cmake</buildtool_depend>
<doc_depend>doxygen</doc_depend>
<doc_depend>Sphinx</doc_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>