File: control

package info (click to toggle)
golang-github-peterbourgon-diskv 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, trixie
  • size: 168 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: golang-github-peterbourgon-diskv
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-go,
    golang-github-google-btree-dev (>= 1.0.0~),
Standards-Version: 4.4.1
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 (>= 1.0.0~),
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.