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

Changelog

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

  * upload source package
  * add myself to Uploaders:
  * debian/control: use dh13
  * debian/control: bump standard to 4.5.1 (no changes)

 -- Thorsten Alteholz <email address hidden>  Wed, 06 Jan 2021 18:59:27 +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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-shurcool-httpfs_0.0~git20190707.8d4bc4b-2.dsc 2.6 KiB db42f1171dcac56b264dfa5bfb53b5e5fca2e48e520dc71640644b7d0e7370f9
golang-github-shurcool-httpfs_0.0~git20190707.8d4bc4b.orig.tar.xz 7.9 KiB 5ef923d07c03355e30c53cc0a43ba879917460ef633d4f8c33e735e36783c2fb
golang-github-shurcool-httpfs_0.0~git20190707.8d4bc4b-2.debian.tar.xz 2.7 KiB 288d502a6669ae8c4693340a2d39042f3a024bc2c226db7029fcef496c3526aa

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.