File: control

package info (click to toggle)
golang-github-tent-canonical-json-go 0.0~git20130607.0.96e4ba3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 76 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 943 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 (= 12), 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.