valijson 1.0+repack-3 source package in Ubuntu

Changelog

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

  * Build with g++-14 (Closes: #1041090)

 -- Dima Kogan <email address hidden>  Sat, 26 Aug 2023 19:55:31 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
valijson_1.0+repack-3.dsc 2.0 KiB 402845b7804a09588ce7b5f1121a633d7098d628bffdbfa06e5e7319e771fb91
valijson_1.0+repack.orig.tar.xz 471.2 KiB 6597a92adcd2c01dd0392400158e0b8bb6901c9bf496e05e9f0fc72ce3a20f0a
valijson_1.0+repack-3.debian.tar.xz 6.7 KiB 50972b38e35e8fc047213a263408bac67f609ea50c9ca32d6c786f9cc7416df2

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.