File: control

package info (click to toggle)
golang-goleveldb 0.0~git20170725.0.b89cc31-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 832 kB
  • sloc: makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,297 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
26
27
28
29
30
31
Source: golang-goleveldb
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 10.0.0),
               dh-golang (>= 1.17~),
               golang-any,
               golang-ginkgo-dev,
               golang-github-golang-snappy-dev (>= 0.0+git20150730),
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-goleveldb.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-goleveldb.git
Homepage: https://github.com/syndtr/goleveldb
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/syndtr/goleveldb

Package: golang-github-syndtr-goleveldb-dev
Breaks: golang-goleveldb-dev (<< 0.0~git20170302.0.3c5717c)
Replaces: golang-goleveldb-dev (<< 0.0~git20170302.0.3c5717c)
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-golang-snappy-dev (>= 0.0+git20150730),
         golang-ginkgo-dev
Description: LevelDB key/value database in Go
 This library provides an implementation of the LevelDB key/value
 database in the Go programming language.
 .
 LevelDB is a fast key-value storage library that provides an ordered
 mapping from string keys to string values.