Move setting of LD_LIBRARY_PATH closer to invocation of cppunittester
[LibreOffice.git] / external / redland / README
blobefa6f45d71ba31b7c9980f8219f58fda7a88fae0
1 Redland RDF library (librdf) from [https://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.