-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
34 lines (34 loc) · 1.43 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
32
33
34
<package>
<description brief="MODKOM X-Rock Types">
This package defines the x-rock types used in project MODKOM
</description>
<!-- Authors -->
<author email="[email protected]">Henning Wiedemann</author>
<author email="[email protected]">Moritz Schilling</author>
<author email="[email protected]">Priyanka Chowdhury</author>
<author email="[email protected]">Malte Langosz </author>
<!-- Maintainers -->
<maintainer email="[email protected]">Henning Wiedemann</maintainer>
<maintainer email="[email protected]">Moritz Schilling</maintainer>
<maintainer email="[email protected]">Priyanka Chowdhury</maintainer>
<maintainer email="[email protected]">Malte Langosz </maintainer>
<!-- Legal Info -->
<copyright>DFKI</copyright>
<license>BSD 3-Clause</license>
<!-- Dependencies -->
<depend package="representation/xtypes_generator" />
<depend package="libgit2" />
<depend package="external/cpr" />
<depend package="external/inja" />
<!-- Dependencies for scripts -->
<depend package="python3" optional="1"/>
<depend package="python3-git" optional="1"/>
<depend package="database/xdbi" optional="1"/>
<!-- Additional Metadata -->
<stage>1</stage>
<activity>active</activity>
<keywords>
<keyword>utilities</keyword>
<keyword>interface</keyword>
</keywords>
</package>