File: control

package info (click to toggle)
libweb-mrest-perl 0.290-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: perl: 1,581; makefile: 5; sh: 1
file content (73 lines) | stat: -rw-r--r-- 2,991 bytes parent folder | download
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: libweb-mrest-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libapp-cell-perl <!nocheck>,
                     libencode-perl <!nocheck>,
                     libfile-sharedir-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     liblwp-protocol-https-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libparams-validate-perl <!nocheck>,
                     libpath-router-perl <!nocheck>,
                     libplack-middleware-logerrors-perl <!nocheck>,
                     libplack-middleware-session-perl <!nocheck>,
                     libplack-perl <!nocheck>,
                     libplack-perl,
                     libpod-simple-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-json-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtest-warnings-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libweb-machine-perl <!nocheck>,
                     libweb-mrest-cli-perl <!nocheck>,
                     libwww-perl <!nocheck>
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-mrest-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libweb-mrest-perl
Homepage: https://metacpan.org/pod/Web::MREST
Testsuite: autopkgtest-pkg-perl

Package: libweb-mrest-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libapp-cell-perl,
         libencode-perl,
         libfile-sharedir-perl,
         libhttp-message-perl,
         libjson-perl,
         liblwp-protocol-https-perl,
         libmodule-runtime-perl,
         libparams-validate-perl,
         libpath-router-perl,
         libplack-middleware-logerrors-perl,
         libplack-middleware-session-perl,
         libplack-perl,
         libpod-simple-perl,
         libtest-deep-perl,
         libtry-tiny-perl,
         liburi-perl,
         libweb-machine-perl,
         libweb-mrest-cli-perl,
         libwww-perl
Recommends: libtest-json-perl
Description: minimalistic REST server
 MREST stands for "minimalistic" or "mechanical" REST server.
 (Mechanical because it relies on Web::Machine.)
 .
 Web::MREST provides a fully functional REST server that can be started
 with a simple command. Without modification, the server provides a set
 of. generalized resources that can be used to demonstrate how the REST
 server works, or for testing.
 .
 Developers can use Web::MREST as a platform for implementing their own
 REST servers.