valijson 0.7+repack-1 source package in Ubuntu

Changelog

valijson (0.7+repack-1) unstable; urgency=medium

  * New upstream release

 -- Dima Kogan <email address hidden>  Mon, 25 Jul 2022 15:14:59 -0700

Upload details

Uploaded by:
dkogan-debian-org
Uploaded to:
Sid
Original maintainer:
dkogan-debian-org
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
valijson_0.7+repack-1.dsc 2.0 KiB c1213c6db78fc082c1dc05adc760e9a9886cb59a4539942ab31429f512bf10c7
valijson_0.7+repack.orig.tar.xz 490.0 KiB 2ce099c7e4a4a3c70ae8b05742683cfb52a07bb91bff10f8477d34b5fc673e4c
valijson_0.7+repack-1.debian.tar.xz 5.0 KiB 8e64fb0cb51ed543d9f07d0079b292b1ca9480619f2ae39a6d63dddb9f7f762e

Available diffs

No changes file available.

Binary packages built by this source

libvalijson-dev: Header-only C++ library for JSON Schema validation

 Valijson is a header-only JSON Schema validation library for C++11.
 .
 Valijson provides a simple validation API that allows you to load JSON Schemas,
 and validate documents loaded by one of several supported parser libraries.
 .
 The goal of this project is to support validation of all constraints available
 in JSON Schema v7, while being competitive with the performance of a
 hand-written schema validator.