golang-github-boltdb-bolt 1.3.1-7 source package in Ubuntu

Changelog

golang-github-boltdb-bolt (1.3.1-7) unstable; urgency=medium

  * Team Upload.
  * Initialize test to fix flag parsing issue (Closes: #952199)
  * Drop compat, switch to debhelper-compat
  * Bump standards version to 4.5.0
  * Add "Rules-Requires-Root:no"
  * Add upstream/metadata

 -- Nilesh Patra <email address hidden>  Sun, 22 Mar 2020 15:16:56 +0530

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-boltdb-bolt_1.3.1-7.dsc 2.2 KiB f33df268715b1f4740ba96d8cfebf472b24371dd4330f05bd7f405fd0a87de19
golang-github-boltdb-bolt_1.3.1.orig.tar.gz 81.5 KiB b5ae498b780f535a5d308c188dee1329b3536275d29ad6758876084c0b8586a8
golang-github-boltdb-bolt_1.3.1-7.debian.tar.xz 4.7 KiB 1f98330a7e5734860819dffffc9647723f632c5e3fe185b50fb6c1cd41a68655

Available diffs

No changes file available.

Binary packages built by this source

golang-github-boltdb-bolt-dev: low-level key/value database for Go

 Bolt is a pure Go key/value store inspired by Howard Chu's and the LMDB
 project. The goal of the project is to provide a simple, fast, and reliable
 database for projects that don't require a full database server such as
 Postgres or MySQL.