golang-github-golang-leveldb 0.0~git20161231.0.3435554-1 source package in Ubuntu

Changelog

golang-github-golang-leveldb (0.0~git20161231.0.3435554-1) unstable; urgency=medium

  * Team upload.
  * New upstream snapshot.
    The update mainly addresses randomly failing tests leading to FTBFS.
    See https://github.com/golang/leveldb/issues/25 and #799472.
    Closes: #799472
  * Bump Standards-Version.
  * Use secure Vcs-*.

 -- Sascha Steinbiss <email address hidden>  Fri, 06 Jan 2017 13:19:53 +0100

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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-golang-leveldb_0.0~git20161231.0.3435554-1.dsc 2.3 KiB 48ea9a23ae26aeab330e066a2ac44ac49f67dcb49967e72f38089a1d8cfb542e
golang-github-golang-leveldb_0.0~git20161231.0.3435554.orig.tar.xz 100.1 KiB e4e704dfdf68f999c1bd53f0f17c9708cf31540152efe1901989bbd9bf0179c9
golang-github-golang-leveldb_0.0~git20161231.0.3435554-1.debian.tar.xz 2.5 KiB ceb9deb530c4557c185abe0e2efc2b525e041340548b9f6ce756c46bf4ad6835

No changes file available.

Binary packages built by this source

golang-github-golang-leveldb-dev: Implementation of the LevelDB key/value database in Go

 LevelDB is a fast key-value storage library written at Google that
 provides an ordered mapping from string keys to string values.
 .
 This is an implementation of LevelDB in the Go language.