File: control

package info (click to toggle)
libgitlab-api-v4-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 988 kB
  • sloc: perl: 5,346; sh: 766; python: 63; makefile: 13
file content (56 lines) | stat: -rw-r--r-- 2,446 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
Source: libgitlab-api-v4-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: bash-completion,
                     libconst-fast-perl (>= 0.014),
                     libhttp-tiny-multipart-perl,
                     libhttp-tiny-perl (>= 0.59),
                     libio-prompter-perl (>= 0.004014),
                     libjson-perl (>= 2.59),
                     liblog-any-adapter-screen-perl (>= 0.13),
                     liblog-any-adapter-tap-perl,
                     liblog-any-perl (>= 1.703),
                     libmime-base64-perl (>= 3.15),
                     libmoo-perl (>= 2.003000),
                     libnamespace-clean-perl (>= 0.27),
                     libpath-tiny-perl (>= 0.079),
                     libstrictures-perl (>= 2.000003),
                     libtest2-suite-perl (>= 0.000094),
                     libtry-tiny-perl (>= 0.28),
                     libtype-tiny-perl (>= 1.002001),
                     liburi-perl (>= 1.62)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgitlab-api-v4-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgitlab-api-v4-perl.git
Homepage: https://metacpan.org/release/GitLab-API-v4

Package: libgitlab-api-v4-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libconst-fast-perl (>= 0.014),
         libhttp-tiny-multipart-perl,
         libhttp-tiny-perl (>= 0.59),
         libio-prompter-perl (>= 0.004014),
         libjson-perl (>= 2.59),
         liblog-any-adapter-screen-perl (>= 0.13),
         liblog-any-perl (>= 1.703),
         libmoo-perl (>= 2.003000),
         libnamespace-clean-perl (>= 0.27),
         libpath-tiny-perl (>= 0.079),
         libstrictures-perl (>= 2.000003),
         libtry-tiny-perl (>= 0.28),
         libtype-tiny-perl (>= 1.002001),
         liburi-perl (>= 1.62)
Description: GitLab API v4 module and command-line client
 GitLab::API::v4 provides a one-to-one interface with the GitLab API v4.
 Detailed information in GitLab's API can be found at
 http://doc.gitlab.com/ce/api/README.html.
 .
 This package also includes the gitlab-api-v4 command-line interface (CLI).