1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/p5-Brannigan/pkg-descr
Adam Weinberger 53c049027f Add the McBain web framework system, including p5-Brannigan (a text validation and parsing system),
p5-McBain (an API-driven self-documenting web framework), and p5-McBain-WithPSGI, a Plack/PSGI adapter for McBain.

See:
	https://metacpan.org/pod/Brannigan
	https://metacpan.org/pod/McBain
	https://metacpan.org/pod/McBain-WithPSGI
2015-01-05 23:00:05 +00:00

14 lines
512 B
Plaintext

Brannigan is an attempt to ease the pain of collecting, validating and parsing
input parameters in web applications. It's designed to answer both of the main
problems that web applications face:
* Simple user input
Brannigan can validate and parse simple, "flat", user input, possibly
coming from web forms.
Complex data structures
Brannigan can validate and parse complex data structures, possibly
deserialized from JSON or XML data sent to web services and APIs.
WWW: https://metacpan.org/pod/Brannigan