File: control

package info (click to toggle)
lmdbxx 0.9.14.1%2Bgit20160229.0b43ca8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: cpp: 1,054; makefile: 68; xml: 17
file content (17 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: lmdbxx
Section: libdevel
Priority: optional
Maintainer: Hubert Chathi <uhoreg@debian.org>
Build-Depends: debhelper-compat (= 13), doxygen, liblmdb-dev, pandoc
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/lmdbxx
Vcs-Git: https://salsa.debian.org/debian/lmdbxx.git
Homepage: https://github.com/drycpp/lmdbxx

Package: liblmdb++-dev
Architecture: any
Depends: liblmdb-dev, ${shlibs:Depends}, ${misc:Depends}
Description: C++ wrapper for LMDB
 This 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.