Source: golang-github-ysmood-goob
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-ysmood-gotrace-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ysmood-goob
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ysmood-goob.git
Homepage: https://github.com/ysmood/goob
XS-Go-Import-Path: github.com/ysmood/goob

Package: golang-github-ysmood-goob-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-ysmood-gotrace-dev,
 ${misc:Depends},
Description: lightweight buffered event lib (library)
 A lightweight observable lib. Go channel doesn't support unlimited
 buffer size, it's a pain to decide what size to use, this lib will
 handle it dynamically.
 .
  * unlimited buffer size
  * one publisher to multiple subscribers
  * thread-safe
  * subscribers never block each other
  * stable event order
 .
 This package contains the Go library.
