File: README

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 (11 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# WARNING: This is an incomplete work-in-progress.

## It is not ready for production use. Some features aren't implemented yet. Documentation is missing.

The LevelDB key-value database in the Go programming language.

To download and install from source:
$ go get github.com/golang/leveldb

Unless otherwise noted, the LevelDB-Go source files are distributed
under the BSD-style license found in the LICENSE file.