File: control

package info (click to toggle)
golang-github-lunny-nodb 0.0~git20160621.0.fc1ef06-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 424 kB
  • sloc: python: 259; sh: 50; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,438 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
28
29
30
31
32
33
34
35
36
Source: golang-github-lunny-nodb
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               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.1
Homepage: https://github.com/lunny/nodb
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-lunny-nodb
Vcs-Git: https://salsa.debian.org/go-team/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