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

Changelog

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

  * Team upload
  * Upload changes from experimental to unstable
  * Sync Depends with Build-Depends in d/control

 -- Mathias Gibbens <email address hidden>  Fri, 26 Jul 2024 01:20:28 +0000

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-coreos-bbolt_1.3.10-2.dsc 2.5 KiB 0c7c608743b203ba64165b35de78b7fde6bdd0df995da7a5dfcd4a5036fe838f
golang-github-coreos-bbolt_1.3.10.orig.tar.gz 122.8 KiB 4991a0f2cfb4fd4530c450e3b913cf38fc8566d115c514ecbcef5946a7391400
golang-github-coreos-bbolt_1.3.10-2.debian.tar.xz 4.6 KiB 171a8bb5aa50fa072858193a85244d2fd5076f8be143d0b2e74bb18d0258df06

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.