xref: /OK3568_Linux_fs/buildroot/package/perl-http-entity-parser/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PERL_HTTP_ENTITY_PARSER
2*4882a593Smuzhiyun	bool "perl-http-entity-parser"
3*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_HTTP_MULTIPARTPARSER # runtime
4*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_HASH_MULTIVALUE # runtime
5*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_JSON_MAYBEXS # runtime
6*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_STREAM_BUFFERED # runtime
7*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  PSGI compliant HTTP Entity Parser.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://github.com/kazeburo/HTTP-Entity-Parser
12