File: control

package info (click to toggle)
pkwalify 1.22.99~git3d3f0ea-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • ctags: 225
  • sloc: perl: 1,526; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 991 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
Source: pkwalify
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Victor Seva <vseva@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 9~),
               perl,
               perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
Build-Depends-Indep: libipc-run-perl,
                     libyaml-syck-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/pkwalify.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/pkwalify.git
Homepage: https://github.com/eserte/p5-Kwalify/

Package: pkwalify
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: perl kwalify validator
 Kwalify is a Perl implementation for validating data structures
 against the Kwalify schema. For a schema definition, see
 http://www.kuwata-lab.com/kwalify/ruby/users-guide.01.html
 .
 Note that there is no support for validator hooks (section 1-7 of the
 user guide document).