Codebase list golang-github-tent-canonical-json-go / 77a066c9-3aa7-4d9b-b91a-b7312e7dda53/main debian / control
77a066c9-3aa7-4d9b-b91a-b7312e7dda53/main

Tree @77a066c9-3aa7-4d9b-b91a-b7312e7dda53/main (Download .tar.gz)

control @77a066c9-3aa7-4d9b-b91a-b7312e7dda53/mainraw · history · blame

Source: golang-github-tent-canonical-json-go
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper-compat (= 13), dh-golang, golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/tent/canonical-json-go
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
XS-Go-Import-Path: github.com/tent/canonical-json-go
Testsuite: autopkgtest-pkg-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.