Source: golang-github-siddontang-goredis
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-alicebob-miniredis-dev
Standards-Version: 4.1.1
Homepage: https://github.com/siddontang/goredis
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-siddontang-goredis
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-siddontang-goredis.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/siddontang/goredis

Package: golang-github-siddontang-goredis-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-alicebob-miniredis-dev
Description: Redis client implementation in Go
 This library provides a Redis client implementation in the Go language.
 This can be used to communicate with Redis servers and server clusters.
 .
 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
