File: control

package info (click to toggle)
libpithub-perl 0.01025-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 880 kB
  • ctags: 300
  • sloc: perl: 3,204; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 1,225 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
Source: libpithub-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libarray-iterator-perl,
                     libfile-slurp-perl,
                     libhttp-message-perl,
                     libjson-perl,
                     liblwp-protocol-https-perl,
                     libmoo-perl,
                     libtest-most-perl,
                     libwww-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpithub-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpithub-perl.git
Homepage: https://metacpan.org/release/Pithub

Package: libpithub-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarray-iterator-perl,
         libhttp-message-perl,
         libjson-perl,
         liblwp-protocol-https-perl,
         libmoo-perl,
         libwww-perl
Description: Github v3 API
 Pithub is a Perl module to provide access to Github v3 API in an
 object oriented way. 
 .
 This module does not support older version of Github API.