Source: golang-github-bsm-redeo Section: devel Priority: extra Maintainer: QA Group Build-Depends: debhelper (>= 10), dh-golang, golang-any, golang-github-bsm-pool-dev, golang-ginkgo-dev, golang-gomega-dev Standards-Version: 4.1.1 Homepage: https://github.com/bsm/redeo Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-bsm-redeo.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-bsm-redeo.git Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/bsm/redeo Package: golang-github-bsm-redeo-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-ginkgo-dev, golang-github-bsm-pool-dev, golang-gomega-dev Description: Framework for building redis-compatible TCP services This library provides a framework for building redis-compatible TCP services in the Go language. This can be used to replicate (or mimic) a redis server. More often, it will be used to implement only the portion of Redis needed for the application.