golang-github-clbanning-mxj 2.7.0-1 source package in Ubuntu

Changelog

golang-github-clbanning-mxj (2.7.0-1) unstable; urgency=medium

  * New upstream version 2.7.0
  * Set XS-Go-Import-Path to github.com/clbanning/mxj/v2 as per go.mod
  * Add patch to use v2 in import paths, and run "go mod tidy";
    see https://github.com/clbanning/mxj/pull/116
  * Add missing build dependency: golang-github-google-go-cmp-dev

 -- Anthony Fok <email address hidden>  Mon, 09 Oct 2023 16:00:19 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-clbanning-mxj_2.7.0-1.dsc 2.2 KiB d1a4507dfaf5fd4e842e3e5dba5265c7678a17d518e10923f83abf98d6d2d431
golang-github-clbanning-mxj_2.7.0.orig.tar.gz 1.0 MiB 5c6099ffe102dcd4b77af26fba00db5769846df2890d75c94cf838eb94b9a963
golang-github-clbanning-mxj_2.7.0-1.debian.tar.xz 4.7 KiB c0168285fd5f0ff6fa01254e052a614bea5099eef473972a3578258a10a1260f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-clbanning-mxj-dev: 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.