diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /external/redland/README | |
parent | Initial commit. (diff) | |
download | libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.tar.xz libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | external/redland/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/external/redland/README b/external/redland/README new file mode 100644 index 000000000..591e93398 --- /dev/null +++ b/external/redland/README @@ -0,0 +1,24 @@ +Redland RDF library (librdf) from [http://librdf.org/] + +== License == +[git:redland/LICENSE.txt] +Triple-licensed: LGPL v2+/GPL v2+/Apache v2 + +== Description == +This module contains the third-party Redland RDF / librdf library, which +is needed to support data in RDF (Resource Description Framework) format. +It consists of 3 parts: +- raptor: parsers and serializers for numerous RDF file formats +- rasqal: query engine which supports SPARQL queries +- redland: librdf integrates raptor and rasqal, and provides numerous storage + engines for storing RDF graphs (in memory, SQL, ...) + +Libraries: libraptor, librasqal, librdf + +== Patches == +There are several patches, most of which contain only hacks to get it to +build with the LO build system. + +Upstream may merge patches that are attached to the bug tracker, but don't +send patches to the mailing list, those will most likely be ignored. + |