File: control

package info (click to toggle)
golang-github-golang-leveldb 0.0~git20161231.0.3435554-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, buster-backports
  • size: 1,000 kB
  • sloc: cpp: 166; makefile: 11
file content (26 lines) | stat: -rw-r--r-- 1,044 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
Source: golang-github-golang-leveldb
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-golang-snappy-dev,
Standards-Version: 3.9.8
Homepage: https://github.com/golang/leveldb
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-golang-leveldb.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-golang-leveldb.git
XS-Go-Import-Path: github.com/golang/leveldb

Package: golang-github-golang-leveldb-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-golang-snappy-dev,
Description: Implementation of the LevelDB key/value database in Go
 LevelDB is a fast key-value storage library written at Google that
 provides an ordered mapping from string keys to string values.
 .
 This is an implementation of LevelDB in the Go language.