golang-github-peterbourgon-diskv 3.0.0-2 source package in Ubuntu

Changelog

golang-github-peterbourgon-diskv (3.0.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Fri, 05 Feb 2021 02:04:41 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-peterbourgon-diskv_3.0.0-2.dsc 2.3 KiB 80f608482c7a9d9952004c3cb1508e909a22b3b33e3d58fcda1e532cb68c68fe
golang-github-peterbourgon-diskv_3.0.0.orig.tar.xz 16.8 KiB 4019e750e7391e2a0be0ef1c607edde762f122b94a0d8c20652fd09106c9bb3d
golang-github-peterbourgon-diskv_3.0.0-2.debian.tar.xz 2.8 KiB 8c9a11f49d94cee92e3d5d07298d72fe08de98e723d324e7023f09aa4ce35624

Available diffs

No changes file available.

Binary packages built by this source

golang-github-peterbourgon-diskv-dev: disk-backed key-value store

 Diskv (disk-vee) is a simple, persistent key-value store written in the Go
 language. It starts with an incredibly simple API for storing arbitrary
 data on a filesystem by key, and builds several layers of
 performance-enhancing abstraction on top. The end result is a conceptually
 simple, but highly performant, disk-backed storage system.