xref: /OK3568_Linux_fs/buildroot/package/perl-plack/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PERL_PLACK
2*4882a593Smuzhiyun	bool "perl-plack"
3*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_APACHE_LOGFORMAT_COMPILER # runtime
4*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_COOKIE_BAKER # runtime
5*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_DEVEL_STACKTRACE # runtime
6*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_DEVEL_STACKTRACE_ASHTML # runtime
7*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_FILE_SHAREDIR # runtime
8*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_FILESYS_NOTIFY_SIMPLE # runtime
9*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_HTTP_ENTITY_PARSER # runtime
10*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_HTTP_HEADERS_FAST # runtime
11*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
12*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_HASH_MULTIVALUE # runtime
13*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_STREAM_BUFFERED # runtime
14*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_TRY_TINY # runtime
15*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_URI # runtime
16*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime
17*4882a593Smuzhiyun	help
18*4882a593Smuzhiyun	  Perl Superglue for Web frameworks and Web Servers (PSGI
19*4882a593Smuzhiyun	  toolkit).
20*4882a593Smuzhiyun
21*4882a593Smuzhiyun	  https://github.com/plack/Plack
22