summaryrefslogtreecommitdiffstats
path: root/perl-cpan/mojolicious/DETAILS
blob: 7c021750dd5b4b16ba8afd915daf31acd06b39fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
           SPELL=mojolicious
          SPELLX=Mojolicious
         VERSION=8.42
          SOURCE=$SPELLX-$VERSION.tar.gz
   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/S/SR/SRI/$SOURCE
     SOURCE_HASH=sha512:e85c55c62e315dcaa1a4fbeeb9c7ec1d301432339a16d00c65e5d03b036083ac7408cbf1966ba714f53348f1f2095e224c2ae4014af877e1d205d8221a1003f6
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
         LICENSE=ART
        WEB_SITE=http://mojolicio.us/
         ENTERED=20150414
           SHORT="real-time web application framework"
cat << EOF
Mojolicious is a real-time web framework, allowing you to easily grow single
file prototypes into well-structured web applications.

Powerful out of the box with RESTful routes, plugins, commands, Perl-ish
templates, content negotiation, session management, form validation, testing
framework, static file server, first class Unicode support and much more for you
to discover.

Full stack HTTP and WebSocket client/server implementation with IPv6, TLS, SNI,
IDNA, HTTP/SOCKS5 proxy, Comet (long polling), keep-alive, connection pooling,
timeout, cookie, multipart and gzip compression support.

Built-in non-blocking I/O web server, supporting multiple event loops as well as
optional preforking and hot deployment, perfect for embedding.

Automatic CGI and PSGI detection.

JSON and HTML/XML parser with CSS selector support.
EOF