1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: golang-github-cenk-hub
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/cenk/hub
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-cenk-hub.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-cenk-hub.git
XS-Go-Import-Path: github.com/cenk/hub
Package: golang-github-cenk-hub-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go
Description: Simple PubSub (Publish/Subscribe) library in Go
This package provides a trivial implementation of a simple event
dispatcher using the publish/subscribe pattern.
|