Artifact golang-github-shenwei356-bpool-dev_0.0~git20160710.f9e0ee4-3_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Description: |-
    Buffer/Byte pool for Go (library)
     This library implements leaky pools of byte arrays and Buffers as bounded
     channels.  It is based on the leaky buffer example from the Effective
     .
     Bpool provides the following pool types:
     .
      BufferPool: fixed-size pool of bytes.Buffers
      BytePool:   fixed-size pool of byte slices with a pre-set width
      SizedBufferPool: alternative to BufferPool that pre-sizes the
                  capacity of buffers issued from the pool and discards
                  buffers that have grown too large upon return.
     .
     A common use case for this package is to use buffers
     to execute HTML templates against (via ExecuteTemplate) or encode JSON
     into (via json.NewEncoder). This allows you to catch any rendering
     or marshalling errors prior to writing to a http.ResponseWriter,
     which helps to avoid writing incomplete or malformed data to the
     response.
  Homepage: https://github.com/shenwei356/bpool
  Installed-Size: '22'
  Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
  Multi-Arch: foreign
  Package: golang-github-shenwei356-bpool-dev
  Priority: optional
  Section: devel
  Source: golang-github-shenwei356-bpool
  Version: 0.0~git20160710.f9e0ee4-3
srcpkg_name: golang-github-shenwei356-bpool
srcpkg_version: 0.0~git20160710.f9e0ee4-3

File

golang-github-shenwei356-bpool-dev_0.0~git20160710.f9e0ee4-3_all.deb
Binary file golang-github-shenwei356-bpool-dev_0.0~git20160710.f9e0ee4-3_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package golang-github-shenwei356-bpool_0.0~git20160710.f9e0ee4-3

binary package System - - 5 months, 1 week ago 4 months, 1 week
BETA