File: control

package info (click to toggle)
golang-github-siddontang-goredis 0.0~git20150324.0.760763f-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,181 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
Source: golang-github-siddontang-goredis
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-alicebob-miniredis-dev
Standards-Version: 4.1.0
Homepage: https://github.com/siddontang/goredis
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-siddontang-goredis.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/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.