File: control

package info (click to toggle)
golang-github-jeffail-gabs 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, experimental, sid, trixie
  • size: 308 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,082 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
Source: golang-github-jeffail-gabs
Section: devel
Priority: optional
Standards-Version: 4.4.1
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
 Dmitry Smirnov <onlyjob@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Indep:
 golang-any,
Homepage: https://github.com/Jeffail/gabs
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jeffail-gabs
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jeffail-gabs.git
XS-Go-Import-Path: github.com/Jeffail/gabs
Testsuite: autopkgtest-pkg-go

Package: golang-github-jeffail-gabs-dev
Architecture: all
Depends:
 ${misc:Depends},
Description: For parsing, creating and editing unknown or dynamic JSON in Go
 Gabs is a small utility for dealing with dynamic or unknown JSON
 structures in golang. It's pretty much just a helpful wrapper around the
 golang json.Marshal/json.Unmarshal behaviour and map[string]interface{}
 objects. It does nothing spectacular except for being fabulous.