-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
32 lines (32 loc) · 1.06 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>
<name>owlapi</name>
<description brief="C++ based owlapi implementation">
This library allows to work with data represented in Web Ontology Language (OWL2).
It supports reasoning with this data using FaCT++.
</description>
<author>Thomas Roehr/[email protected]</author>
<maintainer>Thomas Roehr/[email protected]</maintainer>
<license>LGPL-2.1-or-later</license>
<url>https://git.hb.dfki.de/dfki-libraries/owlapi</url>
<depend package="base/cmake" />
<depend package="boost" />
<depend package="base/logging" />
<depend package="knowledge_reasoning/factpp" />
<depend package="uriparser" />
<depend package="redland" />
<depend package="raptor2" />
<depend package="utilmm" />
<tag>stable</tag>
<keywords>
<keyword>reasoning</keyword>
<keyword>representation</keyword>
</keywords>
<stage>0</stage>
<use>single project</use>
<activity>active</activity>
<classifiers>
<classifier>c++</classifier>
<classifier>rock</classifier>
<classifier>owl</classifier>
</classifiers>
</package>