File: control

package info (click to toggle)
raku-meta6 0.0.29-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 536 kB
  • sloc: makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,386 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: raku-meta6
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: interpreters
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-raku,
               prove6,
               raku-json-class,
               raku-json-fast,
               raku-json-name
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl6-team/modules/raku-meta6
Vcs-Git: https://salsa.debian.org/perl6-team/modules/raku-meta6.git
Homepage: https://github.com/jonathanstowe/META6
Rules-Requires-Root: no

Package: raku-meta6
Architecture: any
Depends: ${misc:Depends},
         ${raku:Depends},
         raku-json-class,
         raku-json-name
Description: Raku module to manage Raku META files
 Raku META6 module provides a representation of the Raku META files
 specification - the META file data can be read, created , parsed and
 written in a manner that is conformant with the specification.
 .
 Where they are known about it also makes allowance for "customary" usage
 in existing software (such as installers and so forth.)
 .
 The intent of this is allow the generation and testing of META files for
 module authors, so it can provide meta-information whether the
 attributes are mandatory as per the spec and where known the places that
 "customary" attributes are used,