Source: golang-github-launchdarkly-eventsource
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Mikhail Potemkin <potemkinmr@gmail.com>,
 Otto Kekäläinen <otto@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-launchdarkly-go-test-helpers-dev,
 golang-github-stretchr-testify-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-launchdarkly-eventsource
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-launchdarkly-eventsource.git
Homepage: https://github.com/launchdarkly/eventsource
XS-Go-Import-Path: github.com/launchdarkly/eventsource

Package: golang-github-launchdarkly-eventsource-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Server Side Events client and server for Go (library)
 Eventsource implements a Go (http://golang.org/) implementation of
 client and server to allow streaming data one-way over a HTTP connection
 using the Server-Sent Events API (http://dev.w3.org/html5/eventsource/).
