File: control

package info (click to toggle)
libnet-github-perl 0.86-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 300 kB
  • ctags: 58
  • sloc: perl: 1,288; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,577 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
Source: libnet-github-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Daniel Lintott <daniel@serverb.co.uk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcache-lru-perl,
                     libhttp-message-perl,
                     libjson-maybexs-perl,
                     liblwp-protocol-https-perl,
                     libmoo-perl,
                     libtest-pod-perl,
                     libtype-tiny-perl,
                     liburi-perl,
                     libwww-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-github-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-github-perl.git
Homepage: https://metacpan.org/release/Net-GitHub

Package: libnet-github-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcache-lru-perl,
         libhttp-message-perl,
         libjson-maybexs-perl,
         liblwp-protocol-https-perl,
         libmoo-perl,
         libtype-tiny-perl,
         liburi-perl,
         libwww-perl
Description: Perl interface for GitHub
 GitHub, http://github.com/, is a service for hosting Git source code
 repositories and managing projects using Git. The Net::GitHub module
 provides a Perl interface that implements V1 and V2 of the GitHub API,
 described at http://develop.github.com/.