File: control

package info (click to toggle)
golang-goleveldb 0.0~git20200815.5c35d60-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,284 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
32
Source: golang-goleveldb
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-golang-snappy-dev,
               golang-github-onsi-ginkgo-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-goleveldb
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-goleveldb.git
Homepage: https://github.com/syndtr/goleveldb
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/syndtr/goleveldb

Package: golang-github-syndtr-goleveldb-dev
Architecture: all
Depends: golang-github-golang-snappy-dev,
         golang-github-onsi-ginkgo-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Breaks: golang-goleveldb-dev (<< 0.0~git20170302.0.3c5717c),
Replaces: golang-goleveldb-dev (<< 0.0~git20170302.0.3c5717c),
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.