diff options
Diffstat (limited to 'package/perl-http-entity-parser/Config.in')
-rw-r--r-- | package/perl-http-entity-parser/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/perl-http-entity-parser/Config.in b/package/perl-http-entity-parser/Config.in new file mode 100644 index 0000000000..41883ac017 --- /dev/null +++ b/package/perl-http-entity-parser/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_PERL_HTTP_ENTITY_PARSER + bool "perl-http-entity-parser" + select BR2_PACKAGE_PERL_HTTP_MULTIPARTPARSER + select BR2_PACKAGE_PERL_HASH_MULTIVALUE + select BR2_PACKAGE_PERL_JSON_MAYBEXS + select BR2_PACKAGE_PERL_STREAM_BUFFERED + select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED + help + PSGI compliant HTTP Entity Parser + + https://github.com/kazeburo/HTTP-Entity-Parser |