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
|
Source: golang-github-clbanning-mxj
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-clbanning-mxj
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-clbanning-mxj.git
Homepage: https://github.com/clbanning/mxj
XS-Go-Import-Path: github.com/clbanning/mxj
Package: golang-github-clbanning-mxj-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: mxj - to/from maps, XML and JSON (Go library)
Decode/encode XML to/from map[string]interface{} (or JSON) values,
and extract/modify values from maps by key or key-path, including wildcards.
.
mxj supplants the legacy x2j and j2x packages.
If you want the old syntax, use mxj/x2j and mxj/j2x packages.
|