office-gobmx/external/redland
Christian Lohmaier c1b00424f1 fix raptor build when using system-icu
Change-Id: I1671e5872deb583c1c0395ab49ab33b171d0e086
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170620
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-07-17 15:03:14 +02:00
..
raptor Upgrade raptor to 2.0.16 2024-07-09 14:02:54 +02:00
rasqal Upgrade raptor to 2.0.16 2024-07-09 14:02:54 +02:00
redland Fix UBSan build of ExternalProject_redland 2024-07-10 16:06:52 +02:00
ExternalPackage_raptor.mk
ExternalPackage_rasqal.mk
ExternalPackage_redland.mk
ExternalProject_raptor.mk fix raptor build when using system-icu 2024-07-17 15:03:14 +02:00
ExternalProject_rasqal.mk
ExternalProject_redland.mk Upgrade raptor to 2.0.16 2024-07-09 14:02:54 +02:00
Library_raptor.mk Upgrade raptor to 2.0.16 2024-07-09 14:02:54 +02:00
Library_rasqal.mk
Library_rdf.mk
Makefile
Module_redland.mk
README Upgrade raptor to 2.0.16 2024-07-09 14:02:54 +02:00
UnpackedTarball_raptor.mk Upgrade raptor to 2.0.16 2024-07-09 14:02:54 +02:00
UnpackedTarball_rasqal.mk
UnpackedTarball_redland.mk Fix UBSan build of ExternalProject_redland 2024-07-10 16:06:52 +02:00

Redland RDF library (librdf) from [https://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.