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

Changelog

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

  * Team upload.
  * New upstream version 1.4.0

 -- Martin Dosch <email address hidden>  Tue, 14 May 2024 18:52:48 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-beevik-etree_1.4.0-1.dsc 2.2 KiB fbc3b341a75cb32cc33ed1fe11dfb36651c9730aabcc1aaca4dc2bdceba56d03
golang-github-beevik-etree_1.4.0.orig.tar.gz 33.7 KiB 8d2a3dc97eb4b093a9a25a013f9d039ef36176c320cc8cfd76a47cb4cf1907e3
golang-github-beevik-etree_1.4.0-1.debian.tar.xz 2.6 KiB d545986e6c7563cadeb2f7e48fbbc2d7d4c5400977dd477b9e766f04eaf3b6e9

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.