office-gobmx/external/redland
David Tardon 679b3d9208 redland: update autoconf configs the gbuild way
Change-Id: I8a46a2ee60bb028c7fd9edcfdcd389813498ba9b
2017-11-08 20:18:18 +01:00
..
raptor redland: update autoconf configs the gbuild way 2017-11-08 20:18:18 +01:00
rasqal redland: update autoconf configs the gbuild way 2017-11-08 20:18:18 +01:00
redland redland: update autoconf configs the gbuild way 2017-11-08 20:18:18 +01:00
ExternalPackage_raptor.mk
ExternalPackage_rasqal.mk
ExternalPackage_redland.mk
ExternalProject_raptor.mk
ExternalProject_rasqal.mk
ExternalProject_redland.mk
Library_raptor.mk -I$(dir $(3)) in gb_CObject__command_pattern is no longer needed 2017-11-03 23:44:11 +01:00
Library_rasqal.mk Use gb_UnpackedTarball_get_dir 2017-11-02 13:07:34 +01:00
Library_rdf.mk -I$(dir $(3)) in gb_CObject__command_pattern is no longer needed 2017-11-03 23:44:11 +01:00
Makefile
Module_redland.mk
README
UnpackedTarball_raptor.mk redland: update autoconf configs the gbuild way 2017-11-08 20:18:18 +01:00
UnpackedTarball_rasqal.mk redland: update autoconf configs the gbuild way 2017-11-08 20:18:18 +01:00
UnpackedTarball_redland.mk redland: update autoconf configs the gbuild way 2017-11-08 20:18:18 +01:00

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.