Files
loongoffice/redland/README
Michael Stahl 6f4c047d42 redland: update obsolete README
Change-Id: If528451ec0c90022a5e40e05493d0ea657502c55
2013-06-01 00:31:29 +02:00

25 lines
898 B
Plaintext

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.