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 |
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. |
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 |
copyright of golang-github-yalue-merged-fs-dev_1.3.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: merged_fs Source: https://github.com/yalue/merged_fs Files: * Copyright: (c) 2021-2024, Nathan Otterness License: Expat Files: debian/* Copyright: (c) 2024, Thomas Goirand <zigo@debian.org> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Timestamp: 11.03.2025 / 14:14:32 (UTC)