File: control

package info (click to toggle)
golang-github-siddontang-rdb 0.0~git20150307.0.fc89ed2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 116 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 949 bytes parent folder | download
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
Source: golang-github-siddontang-rdb
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-cupcake-rdb-dev
Standards-Version: 4.1.1
Homepage: https://github.com/siddontang/rdb
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-siddontang-rdb
Vcs-Git: https://salsa.debian.org/go-team/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.