diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-10-06 18:55:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-08 16:22:33 +0200 |
commit | 33a50b1d16ec1829142804dc01e890adec7f6339 (patch) | |
tree | af6baeb6f94e4f4323a654b6f345c15615969738 /package/perl-http-entity-parser/Config.in | |
parent | e73bbef07f0f42cc2b0ad38acaf0231755a230cc (diff) | |
download | buildroot-33a50b1d16ec1829142804dc01e890adec7f6339.tar.gz buildroot-33a50b1d16ec1829142804dc01e890adec7f6339.zip |
perl-http-entity-parser: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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 |