1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: golang-github-bitly-go-simplejson
Section: devel
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-bmizerany-assert-dev
Standards-Version: 3.9.8
Homepage: https://github.com/bitly/go-simplejson
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bitly-go-simplejson
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bitly-go-simplejson.git
XS-Go-Import-Path: github.com/bitly/go-simplejson
Package: golang-github-bitly-go-simplejson-dev
Architecture: all
Depends: ${misc:Depends}, golang-github-bmizerany-assert-dev
Description: Golang library to interact with arbitrary JSON
This is easily the library managing with JSON format.
This can be done easily the acquisition of reading and the value of the JSON
format. And this is add or remove key, and provides conversion to byte type
of changed data.
|