golang-github-coreos-bbolt 1.3.6-2 source package in Ubuntu

Changelog

golang-github-coreos-bbolt (1.3.6-2) unstable; urgency=medium

  * Team upload
  * Upload to unstable
  * Update maintainer address to <email address hidden>
  * Update Section to golang
  * Add golang-golang-x-sys-dev to Depends as well
  * Add Rules-Requires-Root
  * Add Multi-Arch hint
  * Fix uscan watch file
  * Update upstream homepage
  * Convert old import path to symlink
  * Update Standards-Version to 4.6.2 (no changes)
  * Add patches to skip tests which need too much memory

 -- Shengjing Zhu <email address hidden>  Tue, 31 Jan 2023 22:35:05 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-coreos-bbolt_1.3.6-2.dsc 1.8 KiB 231c9ae98f76c53adddfdddc42cfef20f7ee882c4b5a00311a91a60c00c632b1
golang-github-coreos-bbolt_1.3.6.orig.tar.gz 95.7 KiB a2e524f7f32c44fa0765de192ac0789c585010cadd2c2ddcf9518e858a96ec1f
golang-github-coreos-bbolt_1.3.6-2.debian.tar.xz 4.1 KiB dfd8f0afa651828542cc1b70deed77ab76dd8469f6c4a10dd65235250903b962

Available diffs

No changes file available.

Binary packages built by this source

golang-github-coreos-bbolt-dev: low-level key/value database for Go, especially CoreOS's etcd

 bbolt is a fork of Ben Johnson's Bolt key/value store
 (github.com/boltdb/bolt).
 .
 The purpose of this fork is to better cater to the needs of CoreOS's etcd
 (github.com/coreos/etcd), and to provide the Go community with an active
 maintenance and development target for Bolt; the goal is improved reliability
 and stability. bbolt includes bug fixes, performance enhancements, and
 features not found in Bolt while preserving backwards compatibility with the
 Bolt API.
 .
 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.