golang-github-beevik-etree 1.3.0-1 source package in Ubuntu

Changelog

golang-github-beevik-etree (1.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.3.0

 -- Martin Dosch <email address hidden>  Thu, 18 Jan 2024 19:08:02 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-beevik-etree_1.3.0-1.dsc 2.2 KiB 1002e8900e21c35e025910a5db2add1633a4a0197e445938fbb5661089361266
golang-github-beevik-etree_1.3.0.orig.tar.gz 31.5 KiB de6dedf9290f3f8aa52dc5deda86a1bc71afc258028de1b53bd7d03e0742927b
golang-github-beevik-etree_1.3.0-1.debian.tar.xz 2.6 KiB 1d3bcbbf672d0b3bd2a09969e8328db5d2376c282281344346e3b784bbf93550

Available diffs

No changes file available.

Binary packages built by this source

golang-github-beevik-etree-dev: parse and generate XML easily in go

 The etree package is a lightweight, pure go package that expresses XML in the
 form of an element tree. Its design was inspired by the Python ElementTree
 (http://docs.python.org/2/library/xml.etree.elementtree.html) module.