golang-github-shurcool-httpfs 0.0~git20190707.8d4bc4b-3 source package in Ubuntu

Changelog

golang-github-shurcool-httpfs (0.0~git20190707.8d4bc4b-3) unstable; urgency=medium

  [Debian Janitor]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [Thorsten Alteholz]
  * update watch file

 -- Thorsten Alteholz <email address hidden>  Wed, 06 Apr 2022 18:16:31 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-shurcool-httpfs_0.0~git20190707.8d4bc4b-3.dsc 2.6 KiB 9cb85bb7ca25e685dace24f52c504a6d3e923a329718c66269b766f7be0f8775
golang-github-shurcool-httpfs_0.0~git20190707.8d4bc4b.orig.tar.xz 7.9 KiB 5ef923d07c03355e30c53cc0a43ba879917460ef633d4f8c33e735e36783c2fb
golang-github-shurcool-httpfs_0.0~git20190707.8d4bc4b-3.debian.tar.xz 2.5 KiB f7933707d5ffe5b4b9db3667a26cbae8df656faa8628ccc5cf7c90054471cdf0

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.