Source: golang-github-tidwall-gjson
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Jack Henschel <jackdev@mailbox.org>,
 Michael Prokop <mika@debian.org>,
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-tidwall-match-dev,
Standards-Version: 4.3.0
Homepage: https://github.com/tidwall/gjson
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tidwall-gjson
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tidwall-gjson.git
XS-Go-Import-Path: github.com/tidwall/gjson
Testsuite: autopkgtest-pkg-go

Package: golang-github-tidwall-gjson-dev
Architecture: all
Depends: ${misc:Depends}
Description: Get JSON values quickly  - JSON Parser for Go
 GJSON is a Go package that provides a fast and simple way to get values
 from a json document. It has features such as one line retrieval, dot
 notation paths, iteration, and parsing json lines.
