xref: /OK3568_Linux_fs/buildroot/package/raptor/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_RAPTOR
2	bool "raptor"
3	select BR2_PACKAGE_LIBXML2
4	select BR2_PACKAGE_LIBXSLT
5	help
6	  A C library that provides a set of parsers and
7	  serializers that generate Resource Description
8	  Framework (RDF) triples by parsing syntaxes or
9	  serialize the triples into a syntax.
10
11	  http://librdf.org/raptor/
12