File: control

package info (click to toggle)
perl6-tap-harness 0.20180925-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: perl: 968; sh: 26; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 926 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
Source: perl6-tap-harness
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Uploaders: Daniel Dehennin <daniel.dehennin@baby-gnu.org>,
           Dominique Dumont <dod@debian.org>,
           Robert Lemmen <robertle@semistable.com>
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 9)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl6-team/modules/perl6-tap-harness
Vcs-Git: https://salsa.debian.org/perl6-team/modules/perl6-tap-harness.git
Homepage: https://github.com/perl6/tap-harness6

Package: perl6-tap-harness
Architecture: all
Depends: rakudo,
         ${shlibs:Depends},
         ${misc:Depends}
Description: TAP test harness for Perl 6
 Provides a TAP based test suite and report printing, in and for Perl 6.
 .
 TAP is the Test Anything Protocol used to Perl and other languages to
 communicate results between unit tests and the test harness.