File: control

package info (click to toggle)
libdata-hal-perl 1.001-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 315; makefile: 2
file content (59 lines) | stat: -rw-r--r-- 2,241 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
56
57
58
59
Source: libdata-hal-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Michael Prokop <mika@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libboolean-perl,
                     libclone-perl,
                     libdata-visitor-perl,
                     libfailures-perl,
                     libfile-slurp-perl,
                     libhttp-message-perl,
                     libjson-perl,
                     liblog-any-adapter-filehandle-perl,
                     liblog-any-perl | liblog-any-adapter-perl,
                     libmime-types-perl,
                     libmoo-perl,
                     libsafe-isa-perl,
                     libstrictures-perl,
                     libtest-fatal-perl,
                     libtype-tiny-perl,
                     liburi-namespacemap-perl,
                     liburi-perl,
                     liburi-template-perl,
                     libxml-regexp-perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-hal-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-hal-perl.git
Homepage: https://metacpan.org/release/Data-HAL
Rules-Requires-Root: no

Package: libdata-hal-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libboolean-perl,
         libclone-perl,
         libdata-visitor-perl,
         libfailures-perl,
         libhttp-message-perl,
         libjson-perl,
         liblog-any-perl | liblog-any-adapter-perl,
         libmime-types-perl,
         libmoo-perl,
         libsafe-isa-perl,
         libstrictures-perl,
         libtype-tiny-perl,
         liburi-namespacemap-perl,
         liburi-perl,
         liburi-template-perl,
         libxml-regexp-perl
Description: module implementing the HAL data format
 The JSON Hypertext Application Language (HAL) is a standard which
 establishes conventions for expressing hypermedia controls, such as
 links, with JSON. The HAL is a format you can use in your
 hypermedia API and Data::HAL is a Perl module for usage with it.