-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
32 lines (32 loc) · 1.32 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
<package>
<description brief="XTypes Generator">
This package is a parser and C++ representation for the YAML-represented XTypes
</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="python3" />
<depend package="python3-jinja2" />
<depend package="python3-yaml" />
<depend package="pybind11" />
<depend package="pybind11_json" />
<depend package="nlohmann-json" />
<!-- Additional Metadata -->
<stage>1</stage>
<activity>active</activity>
<keywords>
<keyword>utilities</keyword>
<keyword>interface</keyword>
</keywords>
</package>