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: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-go,
golang-github-golang-snappy-dev
Standards-Version: 3.9.8
Homepage: https://github.com/golang/leveldb
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-leveldb
Vcs-Git: https://salsa.debian.org/go-team/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.
|