golang-github-colinmarc-hdfs 2.3.0-2build1 source package in Ubuntu

Changelog

golang-github-colinmarc-hdfs (2.3.0-2build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:14:56 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
golang-github-colinmarc-hdfs_2.3.0.orig.tar.gz 767.8 KiB 2de204a6d7d1a793747268ab639c8152a4aeca1f6175f32dab8765c8f53a8a06
golang-github-colinmarc-hdfs_2.3.0-2build1.debian.tar.xz 3.6 KiB 1a77786731df4721e9443c7a8ffbfc0ed0ae32a6551fb313f715ba8233c5a17c
golang-github-colinmarc-hdfs_2.3.0-2build1.dsc 2.4 KiB d5746521ec7428341d8c545a061ac7f1dc04f286c98988460dacff7d8c929033

View changes file

Binary packages built by this source

golang-github-colinmarc-hdfs-dev: Native go client library for HDFS

 This is a native golang client for hdfs. It connects directly to the
 namenode using the protocol buffers API.
 .
 It tries to be idiomatic by aping the stdlib os package, where possible,
 and implements the interfaces from it, including os.FileInfo and
 os.PathError.

hdfs-cli: CLI client for HDFS, written in go

 This is a commandline client for HDFS, written in go.
 Its primary aim is to be idiomatic, by enabling
 your favorite unix verbs (mv, ls, etc.).

hdfs-cli-dbgsym: debug symbols for hdfs-cli