File: control

package info (click to toggle)
golang-github-jefferai-jsonx 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,182 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-jefferai-jsonx
Section: devel
Priority: optional
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,
 golang-github-jeffail-gabs-dev,
Standards-Version: 4.4.1
Homepage: https://github.com/jefferai/jsonx
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jefferai-jsonx
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jefferai-jsonx.git
XS-Go-Import-Path: github.com/jefferai/jsonx
Testsuite: autopkgtest-pkg-go

Package: golang-github-jefferai-jsonx-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-jeffail-gabs-dev,
Description: Object or JSON -> JSONx
 A Go library to transform an object or existing JSON bytes into JSONx
 Because sometimes your luck runs out.
 .
 This follows the "standard" except for the handling of special and escaped
 characters. Names and values are properly XML-escaped but there is no
 special handling of values already escaped in JSON if they are valid
 in XML.