File: control

package info (click to toggle)
libwww-orcid-perl 0.0402-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,140 kB
  • sloc: javascript: 29,967; perl: 832; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 2,015 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
Source: libwww-orcid-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libclass-load-perl <!nocheck>,
                     libhttp-tiny-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     liblog-any-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libnamespace-clean-perl <!nocheck>,
                     libsub-quote-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libwww-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-orcid-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-orcid-perl.git
Homepage: https://metacpan.org/release/WWW-ORCID
Rules-Requires-Root: no

Package: libwww-orcid-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-load-perl,
         libhttp-tiny-perl,
         libjson-perl,
         liblog-any-perl,
         libmoo-perl,
         libnamespace-clean-perl,
         libsub-quote-perl,
         liburi-perl,
         libwww-perl
Description: client for the ORCID 2.0 API
 WWW::ORCID provides a client for the ORCID 2.0 API
 .
 The client is mostly complete. The 2.0 member API is implemented except
 notification-permission. The 2.0 public API is implemented except identifiers
 and status. The 2.1 member API has not yet been implemented.
 .
 Provides modules:
  WWW::ORCID
  WWW::ORCID::API::v2_0
  WWW::ORCID::API::v2_0_public
 .
 See also:
  https://api.orcid.org/v2.0/#/Member_API_v2.0