Source: cppdap
Section: libdevel
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               googletest <!nocheck>,
               libjsoncpp-dev
Homepage: https://github.com/google/cppdap
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://invent.kde.org/neon/backports-jammy/cppdap.git
Vcs-Browser: https://invent.kde.org/neon/backports-jammy/cppdap
Maintainer: Neon CI <neon@kde.org>

Package: libcppdap-dev
Architecture: any
Depends: libjsoncpp-dev, ${misc:Depends}
Description: C++11 implementation of the Debug Adapter Protocol
 cppdap is a C++11 library to implement a Debug Adapter Protocol (DAP) client
 or server. It provides C++ type-safe structures for the full DAP
 specification, and provides a simple way to add custom protocol messages.
