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.
|