libjson-validator-perl 3.18+dfsg-1 source package in Ubuntu

Changelog

libjson-validator-perl (3.18+dfsg-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 3.18+dfsg.
  * Replace tabs with spaces in debian/copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Fri, 31 Jan 2020 17:48:28 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-validator-perl_3.18+dfsg-1.dsc 2.8 KiB 9822132fc7401c2ec0ea1821ea7113fa4a628625a6f21a814ab80ad64bea30df
libjson-validator-perl_3.18+dfsg.orig.tar.xz 47.2 KiB 27181e8a68002cef113ff4b95c9f6af979637d19e8fa6a295a2f2bd952b1258f
libjson-validator-perl_3.18+dfsg-1.debian.tar.xz 7.0 KiB a0c9ddf0b1723ea0378b38c2f5d59550e28fbb592439f8e447fbf7b038ae0134

Available diffs

No changes file available.

Binary packages built by this source

libjson-validator-perl: module to validate data against a JSON schema

 JSON::Validator is a class for validating data against JSON schemas. You
 might want to use this instead of JSON::Schema if you need to validate data
 against draft 4 of the JSON schema specification.
 .
 JSON::Validator can load JSON schemas in multiple formats: Plain perl data
 structured or files on disk/web in the JSON/YAML format. The JSON parsing is
 done using Mojo::JSON, while the YAML parsing is done with an optional
 modules which need to be installed manually. JSON::Validator will look for
 the YAML modules in this order: YAML::XS, YAML::Syck. The order is set by
 which module that performs the best, so it might change in the future.