Source: lmdbxx
Section: libdevel
Priority: optional
Maintainer: qr243vbi <qr243vbi@atomicmail.io>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.3.0
Homepage: https://github.com/qr243vbi/lmdbxx
Vcs-Browser: https://github.com/qr243vbi/lmdbxx
Vcs-Git: https://github.com/qr243vbi/lmdbxx.git
Rules-Requires-Root: no

Package: liblmdbxx-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, debhelper-compat (= 13), meson, ninja-build, liblmdb-dev (>= 0.9.18), pkgconf
Description: C++17 header-only wrapper for LMDB
 lmdb++ is a comprehensive C++ wrapper for the LMDB embedded
 database library, offering both an error-checked procedural
 interface and an object-oriented resource interface with
 RAII semantics.
 .
 This is the hoytech fork of the original drycpp/lmdbxx.
 The main difference is that lmdb::val class has been removed
 and replaced with std::string_view.
 .
 This package provides the C++ header file.
