File: control

package info (click to toggle)
golang-github-tent-canonical-json-go 0.0~git20130607.0.96e4ba3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 68 kB
  • ctags: 52
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 912 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: golang-github-tent-canonical-json-go
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/tent/canonical-json-go
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-tent-canonical-json-go.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-tent-canonical-json-go.git
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.