File: control

package info (click to toggle)
sqlite-modern-cpp 3.2%2Bgit20231203-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 540 kB
  • sloc: cpp: 1,593; ansic: 546; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 828 bytes parent folder | download
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
Source: sqlite-modern-cpp
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake (>= 3.23.1),
 libsqlite3-dev,
 catch2 (>= 3.0),
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/SqliteModernCpp/sqlite_modern_cpp
Vcs-Git: https://salsa.debian.org/debian/sqlite-modern-cpp.git
Vcs-Browser: https://salsa.debian.org/debian/sqlite-modern-cpp
Description: Modern sqlite cpp wrapper
 This library is a lightweight modern C++ wrapper around sqlite C API.

Package: sqlite-modern-cpp-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: ${source:Synopsis} - development files
 ${source:Extended-Description}
 .
 This package provides the header-only library for sqlite-modern-cpp.