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
|
Source: libpithub-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libarray-iterator-perl <!nocheck>,
libcache-lru-perl <!nocheck>,
libhttp-message-perl <!nocheck>,
libimport-into-perl <!nocheck>,
libjson-maybexs-perl (>= 1.003003) <!nocheck>,
liblwp-protocol-https-perl <!nocheck>,
libmoo-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libtest-most-perl <!nocheck>,
liburi-perl <!nocheck>,
libwww-perl <!nocheck>,
perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpithub-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpithub-perl.git
Homepage: https://metacpan.org/release/Pithub
Rules-Requires-Root: no
Package: libpithub-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libarray-iterator-perl,
libcache-lru-perl,
libhttp-message-perl,
libjson-maybexs-perl (>= 1.003003),
liblwp-protocol-https-perl,
libmoo-perl,
liburi-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.
|