Source: cppdap
Section: libdevel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 ccache,
 clang,
 cmake,
 googletest <!nocheck>,
 libjsoncpp-dev,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/google/cppdap
Vcs-Browser: https://salsa.debian.org/debian/cppdap
Vcs-Git: https://salsa.debian.org/debian/cppdap.git

Package: libcppdap-dev
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libjsoncpp-dev (>= ${libjsoncpp:Version}),
 libjsoncpp-dev (<< ${libjsoncpp:Next-Version}),
Description: C++ library for the Debug Adapter Protocol
 cppdap is a C++11 library ("SDK") implementation of the Debug Adapter Protocol, providing an API for implementing a DAP client or server. cppdap provides C++ type-safe structures for the full DAP specification, and provides a simple way to add custom protocol messages.