gnu: Add go-github-com-ipfs-go-ds-leveldb.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-leveldb): New variable. Change-Id: Ida3a850c9d7ca25b694e580837b3bda918875825
This commit is contained in:
parent
89fcf4dc26
commit
bb22037ade
@ -398,6 +398,33 @@ throughout its lifetime.")
|
||||
by @url{https://dgraph.io/docs/badger,Badger}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-ipfs-go-ds-leveldb
|
||||
(package
|
||||
(name "go-github-com-ipfs-go-ds-leveldb")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ipfs/go-ds-leveldb")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hi7vmjpzzh00zcf0638rvgiqj4j8difz5kzr0pilr0z6zcb7dq3"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/ipfs/go-ds-leveldb"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-ipfs-go-datastore go-github-com-syndtr-goleveldb))
|
||||
(home-page "https://github.com/ipfs/go-ds-leveldb")
|
||||
(synopsis "Implementation of go-datastore using leveldb")
|
||||
(description
|
||||
"This package implements the
|
||||
@url{https://github.com/ipfs/go-datastore,go-datastore} interface using a
|
||||
LevelDB backend.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-ipfs-go-detect-race
|
||||
(package
|
||||
(name "go-github-com-ipfs-go-detect-race")
|
||||
|
Loading…
Reference in New Issue
Block a user