golang-github-pzhin-go-sophia 0.0~git20191015.0.afcd224-6 source package in Ubuntu

Changelog

golang-github-pzhin-go-sophia (0.0~git20191015.0.afcd224-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

  [ Sascha Steinbiss ]
  * Use git-aware watchfile.
  * Set Rules-Requires-Root.

 -- Sascha Steinbiss <email address hidden>  Wed, 03 Nov 2021 19:08:05 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
amd64 arm64 mips64el mipsel
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Jammy: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
golang-github-pzhin-go-sophia_0.0~git20191015.0.afcd224-6.dsc 2.4 KiB 0f3913fdae338b1f7305e24552cdb6a9c339a10e171f82929de693c8592f8653
golang-github-pzhin-go-sophia_0.0~git20191015.0.afcd224.orig.tar.xz 141.4 KiB 8e0e31bc96125f3921e6bbce524c7c5f2322da588ecd88400de3d99354980851
golang-github-pzhin-go-sophia_0.0~git20191015.0.afcd224-6.debian.tar.xz 3.2 KiB 0cb6fea8eb68867f915b32a211721105558aa7e5b61e475966fbb5e242306070

No changes file available.

Binary packages built by this source

golang-github-pzhin-go-sophia-dev: Golang binding for the Sophia database

 go-sophia is a Go (golang) binding to the Sophia (http://sophia.systems)
 database engine. Sophia is a modern transactional key-value/row-storage
 library, designed to provide best possible on-disk performance without
 degradation in time. It has guaranteed O(1) worst case complexity for
 read, write and range scan operations, adapting to expected write rate,
 total storage capacity and cache size.