Source: golang-github-peterbourgon-diskv Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter Build-Depends: debhelper (>= 11~), dh-golang, golang-go, golang-github-google-btree-dev Standards-Version: 4.1.4 Homepage: https://github.com/peterbourgon/diskv Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-peterbourgon-diskv Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-peterbourgon-diskv.git XS-Go-Import-Path: github.com/peterbourgon/diskv Testsuite: autopkgtest-pkg-go Package: golang-github-peterbourgon-diskv-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go, golang-github-google-btree-dev Description: 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.