Debian NEW package overview for golang-github-yalue-merged-fs
golang-github-yalue-merged-fs_1.3.0-1_amd64.changes (click to toggle)
Format:1.8
Date:Tue, 29 Oct 2024 16:45:47 +0100
Source:golang-github-yalue-merged-fs
Binary:golang-github-yalue-merged-fs-dev
Architecture:source all
Version:1.3.0-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Thomas Goirand <zigo@debian.org>
Description:
golang-github-yalue-merged-fs-dev - compose multiple Go filesystems
Closes:1100098
Changes:
golang-github-yalue-merged-fs (1.3.0-1) unstable; urgency=medium

  * Initial release (Closes: #1100098)
Files:
417c5d0184d72f256f63897980aff80b 2245 golang optional golang-github-yalue-merged-fs_1.3.0-1.dsc
bfb42923f5e000690be86e4d03ee1998 91888 golang optional golang-github-yalue-merged-fs_1.3.0.orig.tar.gz
4f08773f6d9388b6432264638c58ca05 2524 golang optional golang-github-yalue-merged-fs_1.3.0-1.debian.tar.xz
0a134469431cc1455c00fb6394ee4bee 11844 golang optional golang-github-yalue-merged-fs-dev_1.3.0-1_all.deb
980556556835e6941c76615911572dc6 6199 golang optional golang-github-yalue-merged-fs_1.3.0-1_amd64.buildinfo
golang-github-yalue-merged-fs_1.3.0-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:golang-github-yalue-merged-fs
Binary:golang-github-yalue-merged-fs-dev
Architecture:all
Version:1.3.0-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Thomas Goirand <zigo@debian.org>,
Homepage:https://github.com/yalue/merged_fs
Standards-Version:4.6.1
Vcs-Browser:https://salsa.debian.org/go-team/packages/golang-github-yalue-merged-fs
Vcs-Git:https://salsa.debian.org/go-team/packages/golang-github-yalue-merged-fs.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-golang, golang-any
Package-List:golang-github-yalue-merged-fs-dev deb golang optional arch=all
Files:
bfb42923f5e000690be86e4d03ee1998 91888 golang-github-yalue-merged-fs_1.3.0.orig.tar.gz
4f08773f6d9388b6432264638c58ca05 2524 golang-github-yalue-merged-fs_1.3.0-1.debian.tar.xz
Go-Import-Path:github.com/yalue/merged_fs
lintian 2.104.0 check for golang-github-yalue-merged-fs_1.3.0-1.dsc (click to toggle)
README.source for golang-github-yalue-merged-fs_1.3.0-1.dsc (click to toggle)
No README.source in this package
control file for golang-github-yalue-merged-fs-dev_1.3.0-1_all.deb (click to toggle)
Package:golang-github-yalue-merged-fs-dev
Source:golang-github-yalue-merged-fs
Version:1.3.0-1
Architecture:all
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:49
Section:golang
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/yalue/merged_fs
Description:
compose multiple Go filesystems
 The [release of version 1.16](https://golang.org/doc/go1.16) of the Go
 programming language included a standard interface for read-only filesystems,
 defined in Go's `io/fs` standard library package.  With this change came some
 other standard-library changes, including the fact that `archive/zip` now
 provides a "filesystem" interface for zip files, or the ability of `net/http`
 to serve files from any filesystem providing the `io/fs` interface.  In
 conjunction, this means utilities like the HTTP server can now directly serve
 content from zip files, without the data needing to be extracted manually.
 .
 While that's already pretty cool, wouldn't it be nice if you could, for
 example, transparently serve data from multiple zip files as if they were a
 single directory?  This library provides the means to do so: it implements the
 `io/fs.FS` interface using two underlying filesystems.  The underlying
 filesystems can even include additional `MergedFS` instances, enabling
 combining an arbitrary number of filesystems into a single `io/fs.FS`.
 .
 This repository provides a roughly similar function to laher/mergefs
 (https://github.com/laher/mergefs), but it offers one key distinction:
 correctly listing contents of merged directories present in both FS's. This
 adds quite a bit of complexity. However, laher/mergefs will be more performant
 for filesystems not requiring directory-listing capabilities.
lintian 2.104.0 check for golang-github-yalue-merged-fs-dev_1.3.0-1_all.deb (click to toggle)
contents of golang-github-yalue-merged-fs-dev_1.3.0-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2024-10-29 15:45 ./
drwxr-xr-x root/root         0 2024-10-29 15:45 ./usr/
drwxr-xr-x root/root         0 2024-10-29 15:45 ./usr/share/
drwxr-xr-x root/root         0 2024-10-29 15:45 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-29 15:45 ./usr/share/doc/golang-github-yalue-merged-fs-dev/
-rw-r--r-- root/root       173 2024-10-29 15:45 ./usr/share/doc/golang-github-yalue-merged-fs-dev/changelog.Debian.gz
-rw-r--r-- root/root      1355 2024-10-29 15:45 ./usr/share/doc/golang-github-yalue-merged-fs-dev/copyright
drwxr-xr-x root/root         0 2024-10-29 15:45 ./usr/share/gocode/
drwxr-xr-x root/root         0 2024-10-29 15:45 ./usr/share/gocode/src/
drwxr-xr-x root/root         0 2024-10-29 15:45 ./usr/share/gocode/src/github.com/
drwxr-xr-x root/root         0 2024-10-29 15:45 ./usr/share/gocode/src/github.com/yalue/
drwxr-xr-x root/root         0 2024-10-29 15:45 ./usr/share/gocode/src/github.com/yalue/merged_fs/
-rw-r--r-- root/root        43 2024-10-29 15:45 ./usr/share/gocode/src/github.com/yalue/merged_fs/go.mod
-rw-r--r-- root/root     18342 2024-10-29 15:45 ./usr/share/gocode/src/github.com/yalue/merged_fs/merged_fs.go
-rw-r--r-- root/root     12005 2024-10-29 15:45 ./usr/share/gocode/src/github.com/yalue/merged_fs/merged_fs_test.go
-rw-r--r-- root/root      3225 2024-10-29 15:45 ./usr/share/gocode/src/github.com/yalue/merged_fs/multi_way_merge_test.go

Timestamp: 11.03.2025 / 14:14:32 (UTC)