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 28 29
|
Source: golang-github-bsm-redeo
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
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.
|