Source: golang-github-siddontang-rdb Section: devel Priority: extra Maintainer: QA Group Build-Depends: debhelper (>= 10), dh-golang, golang-any, golang-github-cupcake-rdb-dev Standards-Version: 4.1.0 Homepage: https://github.com/siddontang/rdb Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-siddontang-rdb.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-siddontang-rdb.git Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/siddontang/rdb Package: golang-github-siddontang-rdb-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-github-cupcake-rdb-dev Description: Read Redis rdb files in Go This library implements methods to read rdb files in Go. The rdb file format is used by Redis to store persistent data. . This library is part of a Go implementation of Snappy.