1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-couchbase-ghistogram
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/couchbase/ghistogram
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-couchbase-ghistogram.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-couchbase-ghistogram.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/couchbase/ghistogram
Package: golang-github-couchbase-ghistogram-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Description: simple int histogram for golang
The ghistogram library provides a simple histogram of uint64's that
avoids heap allocations (garbage creation) during data processing.
.
GoDoc (https://godoc.org/github.com/couchbaselabs/ghistogram) Build Status
(https://travis-ci.org/couchbaselabs/ghistogram)
|