golang-github-hashicorp-go-memdb 1.2.1-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-memdb (1.2.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Wrap long lines in changelog entries: 0.0~git20170123.0.c01f56b-2.

  [ Dmitry Smirnov ]
  * New upstream release
  * Rules-Requires-Root: no
  * Standards-Version: 4.5.0
  * Added "watch" file
  * Build-Depends:
    = golang-github-hashicorp-go-immutable-radix-dev (>= 1.3.0~)

 -- Dmitry Smirnov <email address hidden>  Tue, 06 Oct 2020 20:07:23 +1100

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-memdb_1.2.1-1.dsc 2.3 KiB fa5e6066992ffd4ca069c329ef12996c4d0b1e6f5b8ad287824b914cfa780e00
golang-github-hashicorp-go-memdb_1.2.1.orig.tar.xz 31.7 KiB c14c4aaba6710796a552f8092ddecfb1ab1135b32065a7a80a1c65001d54f7a8
golang-github-hashicorp-go-memdb_1.2.1-1.debian.tar.xz 7.7 KiB 8678b1278021b9d2d638b9705c0c98995d9b9082b3ac9d86138d28a07d247362

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-memdb-dev: in-memory database built on immutable radix trees

 Implementation of a simple in-memory database built on immutable radix
 trees. The database provides Atomicity, Consistency and Isolation from
 ACID. Being that it is in-memory, it does not provide durability. The
 database is instantiated with a schema that specifies the tables and
 indicies that exist and allows transactions to be executed.