Source: json-schema-validator
Section: libs
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 nlohmann-json3-dev
Standards-Version: 4.7.4
Homepage: https://github.com/pboettch/json-schema-validator
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/sudip/json-schema-validator.git
Vcs-Browser: https://salsa.debian.org/sudip/json-schema-validator

Package: libnlohmann-json-schema-validator2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: json schema validation library (shared library)
 This is a C++ library for validating JSON documents based on a
 JSON Schema which itself should validate with draft-7 of JSON Schema
 Validation.
 .
 This package contains the shared library.

Package: libnlohmann-json-schema-validator-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: json schema validation library (development files)
 This is a C++ library for validating JSON documents based on a
 JSON Schema which itself should validate with draft-7 of JSON Schema
 Validation.
 .
 This package is needed to compile programs against
 libjson-schema-validator2.
