Source: jsoncpp
Section: libs
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/open-source-parsers/jsoncpp/tags
Vcs-Browser: https://github.com/alvistack/open-source-parsers-jsoncpp
Vcs-Git: https://github.com/alvistack/open-source-parsers-jsoncpp.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 meson,
 ninja-build,
 pkgconf,

Package: libjsoncpp26
Architecture: amd64
Description: Library for reading and writing JSON for C++
 jsoncpp is an implementation of a JSON reader and writer in C++. JSON
 (JavaScript Object Notation) is a lightweight data-interchange format
 that it is easy to parse and redable for human. It is useful for
 building config files, network communications protocols, etc.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},

Package: libjsoncpp-dev
Section: libdevel
Architecture: amd64
Description: library for reading and writing JSON for C++ (devel files)
 This package provides all required developer resources like header-files
 and statically linked version of the library.
Depends:
 ${misc:Depends},
 libjsoncpp26 (= ${source:Version}),
