File: control

package info (click to toggle)
cppdap 1.58.0a-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 904 kB
  • sloc: cpp: 6,590; ansic: 1,184; sh: 123; makefile: 16
file content (29 lines) | stat: -rw-r--r-- 913 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: cppdap
Section: libdevel
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 googletest <!nocheck>,
 libjsoncpp-dev,
Homepage: https://github.com/google/cppdap
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/cppdap.git
Vcs-Browser: https://salsa.debian.org/debian/cppdap
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.

Package: libcppdap-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 libjsoncpp-dev (>= ${libjsoncpp:Version}),
 libjsoncpp-dev (<< ${libjsoncpp:Next-Version}),
Description: ${source:Synopsis}
 ${source:Extended-Description}