Source: golang-github-bsm-redeo Section: devel Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper-compat (= 12), 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://salsa.debian.org/go-team/packages/golang-github-bsm-redeo Vcs-Git: https://salsa.debian.org/go-team/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.