Source: golang-github-launchdarkly-go-jsonstream
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-stretchr-testify-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-launchdarkly-go-jsonstream
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-launchdarkly-go-jsonstream.git
Homepage: https://github.com/launchdarkly/go-jsonstream
XS-Go-Import-Path: github.com/launchdarkly/go-jsonstream

Package: golang-github-launchdarkly-go-jsonstream-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: LaunchDarkly Streaming JSON for Go (library)
 The go-jsonstream library implements a streaming approach to JSON
 encoding and decoding which is more efficient than the standard
 mechanism in encoding/json. Unlike encoding/json or other reflection-
 based frameworks, it has no knowledge of structs or other complex types;
 you must explicitly tell it what values and properties to write or read.
 It was implemented for the LaunchDarkly Go SDK
 (https://github.com/launchdarkly/go-server-sdk) and other LaunchDarkly
 Go components, but may be useful in other applications.
