File: control

package info (click to toggle)
ruby-schash 0.1.2%2Bgh-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: ruby: 325; sh: 3; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 813 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
Source: ruby-schash
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 gem2deb,
 rake,
 ruby-rspec,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-schash.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-schash
Homepage: https://github.com/ryotarai/schash
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-schash
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Ruby Hash validator
 Perform validation of Ruby Hashes against a schema.
 .
 The schema language allows optional nodes, validation against one or more Ruby
 types and validation against regular expressions.