valijson 1.0+repack-2 source package in Ubuntu

Changelog

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

  * Removed support for json11 (Closes: #1026372)

 -- Dima Kogan <email address hidden>  Mon, 19 Dec 2022 22:02:09 -0800

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
valijson_1.0+repack-2.dsc 2.0 KiB 92fa85871c1a5e8542ebf4f323fb971e2c7c9325b80faa3f6ab1acb8357e714d
valijson_1.0+repack.orig.tar.xz 471.2 KiB 6597a92adcd2c01dd0392400158e0b8bb6901c9bf496e05e9f0fc72ce3a20f0a
valijson_1.0+repack-2.debian.tar.xz 6.2 KiB 5e9690f7dd3e48ff923f7ddcfeb27bc89487e1cfe88424f76012028a553d8a41

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.