Source: libmail-jmaptalk-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Edmund Lodewijks <edmund@proteamail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 14),
               dh-sequence-single-binary
Build-Depends-Indep: libjson-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-jmaptalk-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-jmaptalk-perl.git
Homepage: https://metacpan.org/release/Mail-JMAPTalk

Package: libmail-jmaptalk-perl
Architecture: all
Depends: ${perl:Depends},
         libjson-perl
Recommends: libfile-libmagic-perl
Description: client library for talking to JMAP servers
 Mail::JMAPTalk is a small JMAP client: it authenticates against a JMAP
 endpoint, issues method calls in batches, and returns the responses as Perl
 data structures.
 .
 It also handles blob upload and download, which makes it useful for driving a
 JMAP server from test suites as well as from applications. An upload with no
 explicit content type is typed with File::LibMagic where that is installed,
 and falls back to application/octet-stream where it is not.
