valijson 1.0+repack-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Dima Kogan <email address hidden>  Fri, 04 Nov 2022 09:52:24 -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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
valijson_1.0+repack-1.dsc 2.0 KiB d09da0a1990814c0b3536a7830f17859dc9391536bd939d5301467b399a575f1
valijson_1.0+repack.orig.tar.xz 471.2 KiB 6597a92adcd2c01dd0392400158e0b8bb6901c9bf496e05e9f0fc72ce3a20f0a
valijson_1.0+repack-1.debian.tar.xz 5.1 KiB 3ecf63f825504052fb6addf3e34b1270e22344b2571a818db24339e88ed33ca0

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.