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 37 38
|
Source: golang-github-couchbase-moss
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-couchbase-ghistogram-dev,
golang-github-edsrzf-mmap-go-dev,
golang-github-spf13-cobra-dev
Standards-Version: 4.1.1
Homepage: https://github.com/couchbase/moss
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-couchbase-moss
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-couchbase-moss.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/couchbase/moss
Package: golang-github-couchbase-moss-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-couchbase-ghistogram-dev,
golang-github-edsrzf-mmap-go-dev,
golang-github-spf13-cobra-dev
Description: moss provides a fast key/value storage library for golang
The MOSS, memory-oriented sorted segments, library provides a key/value
storage system implemented entirely within Go that is very fast and
light weight. It comes with optional persistence.
.
Features:
* ordered key-val collection API
* 100% go implementation
* key range iterators
* snapshots provide for isolated reads
* atomic mutations via a batch API
* event callbacks allow the monitoring of asynchronous tasks
* unit tests
* and so on...
|