buildroot/package/perl-http-entity-parser/Config.in
Francois Perrad da9e06cabc package/perl-*: regeneration of Config.in files with full stop
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-11-01 14:41:01 +01:00

12 lines
431 B
Plaintext

config BR2_PACKAGE_PERL_HTTP_ENTITY_PARSER
bool "perl-http-entity-parser"
select BR2_PACKAGE_PERL_HTTP_MULTIPARTPARSER # runtime
select BR2_PACKAGE_PERL_HASH_MULTIVALUE # runtime
select BR2_PACKAGE_PERL_JSON_MAYBEXS # runtime
select BR2_PACKAGE_PERL_STREAM_BUFFERED # runtime
select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime
help
PSGI compliant HTTP Entity Parser.
https://github.com/kazeburo/HTTP-Entity-Parser