buildroot/package/raptor/Config.in
Matt Weber b31b9d5b00 raptor: new package
Raptor is a free software / Open Source C library that provides a set of parsers
and serializers that generate Resource Description Framework (RDF) triples
by parsing syntaxes or serialize the triples into a syntax.

http://librdf.org/raptor/

Patch added in the package:
0001-configure.ac-remove-conditional-lib-inclusion.patch

Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Nitin Mendiratta <nitin.mendiratta@rockwellcollins.com>
[Thomas:
 - add else clause for the three optional dependencies, as suggested
   by Baruch.
 - fix they yajl optional dependency, as noticed by Baruch.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-03-26 19:14:16 +01:00

12 lines
323 B
Plaintext

config BR2_PACKAGE_RAPTOR
bool "raptor"
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_LIBXSLT
help
A C library that provides a set of parsers and
serializers that generate Resource Description
Framework (RDF) triples by parsing syntaxes or
serialize the triples into a syntax.
http://librdf.org/raptor/