File: control

package info (click to toggle)
golang-github-alicebob-miniredis 2.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 456 kB
  • sloc: makefile: 19
file content (26 lines) | stat: -rw-r--r-- 1,080 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
Source: golang-github-alicebob-miniredis
Testsuite: autopkgtest-pkg-go
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-bsm-redeo-dev,
               golang-github-garyburd-redigo-dev
Standards-Version: 4.1.1
Homepage: https://github.com/alicebob/miniredis
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-alicebob-miniredis.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-alicebob-miniredis.git
XS-Go-Import-Path: github.com/alicebob/miniredis

Package: golang-github-alicebob-miniredis-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-bsm-redeo-dev,
         golang-github-garyburd-redigo-dev
Description: Pure Go Redis server for Go unittests
 This Go library implements a miniature version of Redis server that
 can be used in Go unit testing. It enables a simple, cheap, in-memory,
 Redis replacement, with a real TCP interface.