-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
34 lines (34 loc) · 1.41 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="XDBIPP: C++ X-Rock-Database interface">
This package gives a C++ interface to the X-Rock-database
</description>
<!-- Authors -->
<author email="henning.wiedemann@dfki.de">Henning Wiedemann</author>
<author email="moritz.schilling@dfki.de">Moritz Schilling</author>
<author email="priyanka.chowdhury@dfki.de">Priyanka Chowdhury</author>
<author email="malte.langosz@dfki.de">Malte Langosz </author>
<!-- Maintainers -->
<maintainer email="henning.wiedemann@dfki.de">Henning Wiedemann</maintainer>
<maintainer email="moritz.schilling@dfki.de">Moritz Schilling</maintainer>
<maintainer email="priyanka.chowdhury@dfki.de">Priyanka Chowdhury</maintainer>
<maintainer email="malte.langosz@dfki.de">Malte Langosz </maintainer>
<!-- Legal Info -->
<copyright>DFKI</copyright>
<license>BSD 3-Clause</license>
<!-- Dependencies -->
<depend package="representation/xtypes_generator" />
<depend package="external/cpr" />
<depend package="nlohmann-json" />
<depend package="libspdlog" />
<depend package="pybind11" />
<depend package="pybind11_json" />
<!-- Additional Metadata -->
<stage>1</stage>
<activity>active</activity>
<keywords>
<keyword>utilities</keyword>
<keyword>interface</keyword>
<keyword>database</keyword>
<keyword>xtypes</keyword>
</keywords>
</package>