golang-github-couchbase-moss 0.0~git20170914.0.07c86e8-2 source package in Ubuntu

Changelog

golang-github-couchbase-moss (0.0~git20170914.0.07c86e8-2) unstable; urgency=medium

  * Remove invalid d/watch file.

 -- Michael Lustfield <email address hidden>  Mon, 02 Oct 2017 00:33:31 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-couchbase-moss_0.0~git20170914.0.07c86e8-2.dsc 2.5 KiB b3f5183f94d6c8373ed1fb019a0cd04e31ec1bcb1d8610937ffd984ad025ab1a
golang-github-couchbase-moss_0.0~git20170914.0.07c86e8.orig.tar.xz 89.8 KiB 54a7d95fbe73b3202d234a4a9c53d1e924f53582ae9e72d4f282b6f28e2484a5
golang-github-couchbase-moss_0.0~git20170914.0.07c86e8-2.debian.tar.xz 2.3 KiB b74a305691fde54340c8c72cbafd81da9dcaf234ffbf79d71a565cca093ea641

No changes file available.

Binary packages built by this source

golang-github-couchbase-moss-dev: 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...