File: control

package info (click to toggle)
golang-github-json-iterator-go 1.1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, sid
  • size: 908 kB
  • sloc: sh: 19; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,348 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
Source: golang-github-json-iterator-go
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
Build-Depends: debhelper-compat (= 13),
               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.5.0
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
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-json-iterator-go-dev
Architecture: all
Depends: golang-github-modern-go-concurrent-dev,
         golang-github-modern-go-reflect2-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