-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.xml
31 lines (27 loc) · 1.15 KB
/
manifest.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
<package>
<description brief="custom motion primitives for sbpl">
</description>
<author>Arne Böckmann/[email protected]</author>
<maintainer>Arne Böckmann/[email protected]</maintainer>
<license>not yet</license>
<url></url>
<logo></logo>
<depend package="base/cmake" />
<depend package="base/types" />
<keywords>
<keyword>planning</keyword> <!--kw1 currently used as Category in Software Catalog -->
<keyword>sbpl</keyword>
<keyword>motion primitives</keyword>
</keywords>
<stage>0</stage>
<classifiers> <!--optional -->
<!-- The idea of "classifiers" is to provide additional meta data about the software,
for example, which programming language has been used, what is the target platform,
is it compatible with any robotic middleware. The idea is similar to classifiers
in the Python package index (https://packaging.python.org/tutorials/distributing-packages/#classifiers)
but we don't have a predefined list of allowed classifiers. -->
<classifier>c++</classifier>
<classifier>rock</classifier>
<classifier>ubuntu</classifier>
</classifiers>
</package>