File: control

package info (click to toggle)
golang-github-bsm-redeo 2.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 21
file content (29 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download | duplicates (2)
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.