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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: libweb-machine-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
perl,
libhttp-headers-actionpack-perl,
libhttp-message-perl,
libhash-multivalue-perl,
libio-handle-util-perl,
libmodule-runtime-perl,
libplack-perl,
libsub-exporter-perl,
libtry-tiny-perl,
libnet-http-perl,
libtest-failwarnings-perl,
libtest-fatal-perl,
libjson-perl,
libjson-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libweb-machine-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libweb-machine-perl
Homepage: https://metacpan.org/pod/Web::Machine
Testsuite: autopkgtest-pkg-perl
Package: libweb-machine-perl
Architecture: all
Depends:
libhttp-headers-actionpack-perl,
libhttp-message-perl,
libhash-multivalue-perl,
libio-handle-util-perl,
libmodule-runtime-perl,
libplack-perl,
libsub-exporter-perl,
libtry-tiny-perl,
${misc:Depends},
${perl:Depends}
Description: Perl port of Webmachine
Web::Machine provides a RESTful web framework modeled as a state
machine. You define one or more resource classes. Each resource
represents a single RESTful URI end point, such as a user, an email,
etc. The resource class can also be the target for POST requests to
create a new user, email, etc.
.
Each resource is a state machine, and each request for a resource is
handled by running the request through that state machine.
.
Web::Machine is built on top of Plack, but it handles the full request
and response cycle.
|