golang-github-jszwec-csvutil 1.7.1-2 source package in Ubuntu

Changelog

golang-github-jszwec-csvutil (1.7.1-2) unstable; urgency=medium

  * Source-only upload for testing eligibility.

 -- Cyril Brulebois <email address hidden>  Mon, 17 Oct 2022 15:43:43 +0200

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jszwec-csvutil_1.7.1-2.dsc 2.2 KiB 31d47901be26f87ed87abde1effc8da550a141a973419e31b76ba1f929989105
golang-github-jszwec-csvutil_1.7.1.orig.tar.gz 49.1 KiB 7c04c647e936a890e28615b4341365578d2f6e8a7f6f984d7c412485e4b4f0b1
golang-github-jszwec-csvutil_1.7.1-2.debian.tar.xz 2.2 KiB 89d4473d1e231209f6037cb6e93113f001678df2503ec14573e1634fdec58b1a

No changes file available.

Binary packages built by this source

golang-github-jszwec-csvutil-dev: fast and idiomatic mapping between CSV and Go values (library)

 This package provides provides fast, idiomatic, and dependency-free
 mapping between CSV and Go values. It is not a CSV parser, it is based
 on the Reader and Writer interfaces which are implemented by e.g the
 standard Go csv package. It is possible to choose any other CSV writer
 or reader which may be more performant.