Source: golang-github-tailscale-hujson
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-google-go-cmp-dev,
               golang-github-hexops-gotextdiff-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tailscale-hujson
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tailscale-hujson.git
Homepage: https://github.com/tailscale/hujson
XS-Go-Import-Path: github.com/tailscale/hujson

Package: golang-github-tailscale-hujson-dev
Section: golang
Architecture: all
Depends: ${misc:Depends},
Description: JWCC (JSON with Commas and Comments) parser and formatter
 The hujson is a Go library that implements a parser and formatter for
 Human JSON (HuJSON), also known as JWCC.
 .
 It extends the standard JSON specification to allow trail-end commas,
 single-line comments, multi-line comments, and unquoted dictionary
 identifiers to make configurations more readable for human operators.
