Version 24.8.3.2, tag libreoffice-24.8.3.2
[LibreOffice.git] / external / redland / README
blob591e93398726764e775a7cb6ef166405648c2647
1 Redland RDF library (librdf) from [http://librdf.org/]
3 == License ==
4 [git:redland/LICENSE.txt]
5 Triple-licensed: LGPL v2+/GPL v2+/Apache v2
7 == Description ==
8 This module contains the third-party Redland RDF / librdf library, which
9 is needed to support data in RDF (Resource Description Framework) format.
10 It consists of 3 parts:
11 - raptor:  parsers and serializers for numerous RDF file formats
12 - rasqal:  query engine which supports SPARQL queries
13 - redland: librdf integrates raptor and rasqal, and provides numerous storage
14            engines for storing RDF graphs (in memory, SQL, ...)
16 Libraries: libraptor, librasqal, librdf
18 == Patches ==
19 There are several patches, most of which contain only hacks to get it to
20 build with the LO build system.
22 Upstream may merge patches that are attached to the bug tracker, but don't
23 send patches to the mailing list, those will most likely be ignored.