Source: golang-goleveldb Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Martín Ferrari Build-Depends: debhelper-compat (= 12), dh-golang (>= 1.17~), golang-any, golang-ginkgo-dev, golang-github-golang-snappy-dev (>= 0.0+git20150730), Standards-Version: 4.1.1 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-goleveldb.git Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-goleveldb Homepage: https://github.com/syndtr/goleveldb Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/syndtr/goleveldb Rules-requires-root: no 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.