File: control

package info (click to toggle)
golang-github-json-iterator-go 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 848 kB
  • sloc: sh: 19; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,461 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
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: golang-github-json-iterator-go
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-davecgh-go-spew-dev,
               golang-github-google-gofuzz-dev (>= 0.0~git20170612~),
               golang-github-modern-go-concurrent-dev,
               golang-github-modern-go-reflect2-dev,
               golang-github-stretchr-testify-dev,
Standards-Version: 4.1.4
Homepage: http://jsoniter.com/
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-json-iterator-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-json-iterator-go.git
XS-Go-Import-Path: github.com/json-iterator/go
Testsuite: autopkgtest-pkg-go

Package: golang-github-json-iterator-go-dev
Architecture: all
Depends: golang-github-davecgh-go-spew-dev,
         golang-github-google-gofuzz-dev,
         golang-github-modern-go-concurrent-dev,
         golang-github-modern-go-reflect2-dev,
         golang-github-stretchr-testify-dev,
         ${misc:Depends},
Description: High-performance drop-in replacement of "encoding/json"
 Json-iterator is a high-performance 100% compatible drop-in replacement of
 "encoding/json"
 .
 Detailed documentation and migration guide can be found at
 http://jsoniter.com/migrate-from-go-std.html