Source: sqlite-modern-cpp
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 catch2,
 ccache,
 clang,
 cmake,
 g++,
 gcc,
 libsqlite3-dev,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/SqliteModernCpp/sqlite_modern_cpp
Vcs-Browser: https://salsa.debian.org/debian/sqlite-modern-cpp
Vcs-Git: https://salsa.debian.org/debian/sqlite-modern-cpp.git

Package: sqlite-modern-cpp-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: sqlite modern cpp wrapper
 This library is a lightweight modern wrapper around sqlite C api.