golang-github-shurcool-httpfs 0.0~git20230704.f1e31cf-1 source package in Ubuntu

Changelog

golang-github-shurcool-httpfs (0.0~git20230704.f1e31cf-1) unstable; urgency=medium

  * New upstream release.
  * according to ratt nothing needs to be rebuild
  * debian/control: bump standard to 4.6.2 (no changes)

 -- Thorsten Alteholz <email address hidden>  Thu, 02 Nov 2023 17:17:25 +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
Resolute release universe misc
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-shurcool-httpfs_0.0~git20230704.f1e31cf-1.dsc 2.6 KiB 2078e35359c4113d70deb808cb8af83858f770168f2ff0dbf4592991b9127dad
golang-github-shurcool-httpfs_0.0~git20230704.f1e31cf.orig.tar.xz 7.7 KiB 4cd603b1d5e7419a4e06f30773ebb9bab44f774a406e007250a7a5b37b935ba5
golang-github-shurcool-httpfs_0.0~git20230704.f1e31cf-1.debian.tar.xz 2.6 KiB 53503b0d61ee184613dee0b5d1f937a895e788a3ac532b6070c07e47723356ae

No changes file available.

Binary packages built by this source

golang-github-shurcool-httpfs-dev: Go library for working with the http.FileSystem interface

 golang-github-shurcool-httpfs-dev provides collection of Go library for
 working with the http.FileSystem interface.
 .
 - filter
   Package filter offers an http.FileSystem wrapper with the ability to keep
   or skip files.
 - html/vfstemplate
   Package vfstemplate offers html/template helpers that use http.FileSystem.
 - httputil
   Package httputil implements HTTP utility functions for http.FileSystem.
 - path/vfspath
   Package vfspath implements utility routines for manipulating virtual file
   system paths.
 - text/vfstemplate
   Package vfstemplate offers text/template helpers that use http.FileSystem.
 - union
   Package union offers a simple http.FileSystem that can unify multiple
   filesystems at various mount points.
 - vfsutil Package vfsutil implements some I/O utility functions for
   http.FileSystem.