-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.xml
49 lines (43 loc) · 1.8 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<package>
<description brief="A Semantic Environment Mapping, Processing and Reasoning Framework">
SEMPR is a framework to represent the environment and perform different
types of processing and/or reasoning on the saved data. It relies on the
object relational mapping system ODB to provide access to a
database-backend. Changes of the data are propagated forward using an
event-mechanism to allow processing modules to generate derived information
as soon as possible, while queries can be handled between the modules
to perform other processes on-demand. One key aspect of the system is the
connection of geometric and semantic data, to generate symbolic
information by processing geometries as well as creating new geometries
based on symbolic data.
</description>
<author>[email protected]</author>
<maintainer>[email protected], [email protected]</maintainer>
<license>New BSD</license>
<url>https://git.hb.dfki.de/nniemann/SEMPR</url>
<logo>...</logo>
<depend package="geographiclib"/>
<depend package="geos"/>
<depend package="soprano" />
<depend package="odb" />
<depend package="boost-uuid" />
<depend package="sqlite3" />
<keywords>
<keyword>environment</keyword>
<keyword>representation</keyword>
<keyword>reasoning</keyword>
<keyword>database</keyword>
</keywords>
<stage>0</stage>
<!-- <use>single project</use> -->
<use>multi project</use>
<use>external</use>
<activity>active</activity>
<!-- <activity>pending</activity> -->
<!-- <activity>discontinued</activity> -->
<classifiers>
<classifier>c++</classifier>
<classifier>ubuntu</classifier>
<classifier>odb</classifier>
</classifiers>
</package>