Source: golang-github-lunny-nodb
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-burntsushi-toml-dev,
               golang-github-lunny-log-dev,
               golang-github-siddontang-go-snappy-dev,
               golang-github-syndtr-goleveldb-dev
Standards-Version: 4.1.0
Homepage: https://github.com/lunny/nodb
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-lunny-nodb.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-lunny-nodb.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/lunny/nodb

Package: golang-github-lunny-nodb-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-burntsushi-toml-dev,
         golang-github-lunny-log-dev,
         golang-github-siddontang-go-snappy-dev,
         golang-github-syndtr-goleveldb-dev
Description: Nosql database with kv, list, hash, zset, bitmap, set
 This Go library implements a NoSQL database with kv, list, hash, zset,
 bitmap, and set. This library uses goleveldb as a backend to store data.
 It is a pure Go implementation of ledisdb and shrink.
 .
 Features:
   - Rich data structure: KV, List, Hash, ZSet, Bitmap, Set
   - Store large amounts of data in memory
   - Support expiration and TTL
   - Easy to use interface