Codebase list golang-github-tent-canonical-json-go / 3dddb565-7677-4a7f-a946-bebb7a3631ed/main debian / control
3dddb565-7677-4a7f-a946-bebb7a3631ed/main

Tree @3dddb565-7677-4a7f-a946-bebb7a3631ed/main (Download .tar.gz)

control @3dddb565-7677-4a7f-a946-bebb7a3631ed/mainraw · history · blame

Source: golang-github-tent-canonical-json-go
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-go
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tent-canonical-json-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tent-canonical-json-go.git
Homepage: https://github.com/tent/canonical-json-go
XS-Go-Import-Path: github.com/tent/canonical-json-go

Package: golang-github-tent-canonical-json-go-dev
Architecture: all
Depends: golang-go,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Canonical JSON marshaling in Go
 This is a library based on the Go stdlib "encoding/json" library, but with
 deterministic output (especially for hash keys).
 .
 This package contains the source.