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-cupcake-rdb
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang (>= 1.31),
golang-any,
golang-gopkg-check.v1-dev
Standards-Version: 4.1.0
Homepage: https://github.com/cupcake/rdb
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-cupcake-rdb.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-cupcake-rdb.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/cupcake/rdb
Package: golang-github-cupcake-rdb-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-gopkg-check.v1-dev
Description: Redis RDB parser for Go
This package provides functions that implement the parsing and encoding
of the Redis RDB file format. It can be used to read and write persistent
files saved by Redis.
.
Documentation: https://godoc.org/github.com/cupcake/rdb
|