File: control

package info (click to toggle)
ruby-json-schema 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 960 kB
  • sloc: ruby: 6,373; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,128 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
Source: ruby-json-schema
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-addressable,
               ruby-json,
               ruby-minitest,
               ruby-minitest-reporters,
               ruby-multi-json,
               ruby-webmock
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-json-schema.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-json-schema
Homepage: https://github.com/voxpupuli/json-schema
Testsuite: autopkgtest-pkg-ruby

Package: ruby-json-schema
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Recommends: ruby-uuidtools
Description: Ruby JSON Schema Validator
 This library is intended to provide Ruby with an interface for validating JSON
 objects against a JSON schema conforming to JSON Schema Draft 6. Legacy
 support for JSON Schema Draft 4, JSON Schema Draft 3, JSON Schema Draft 2,
 and JSON Schema Draft 1 is also included.