File: control

package info (click to toggle)
ruby-brandur-json-schema 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: ruby: 4,081; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 987 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-brandur-json-schema
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-minitest
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-brandur-json-schema.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-brandur-json-schema
Homepage: https://github.com/brandur/json_schema
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-brandur-json-schema
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: JSON schema/hyperschema parser and validator for Ruby
 The json_schema Ruby library provides a JSON Schema V4 and Hyperschema V4
 parser and validator.
 .
 Note that this is different from the json-schema gem, provided by the
 ruby-json-schema package.