[ ソース: golang-github-hanwen-go-fuse ]
パッケージ: golang-github-hanwen-go-fuse-dev (2.1.0+git20220822.58a7e14-1)
golang-github-hanwen-go-fuse-dev に関するリンク
Debian の資源:
golang-github-hanwen-go-fuse ソースパッケージをダウンロード:
- [golang-github-hanwen-go-fuse_2.1.0+git20220822.58a7e14-1.dsc]
- [golang-github-hanwen-go-fuse_2.1.0+git20220822.58a7e14.orig.tar.xz]
- [golang-github-hanwen-go-fuse_2.1.0+git20220822.58a7e14-1.debian.tar.xz]
メンテナ:
- Debian Go Packaging Team (QA ページ, メールアーカイブ)
- Julian Gilbey (QA ページ)
- Dmitry Smirnov (QA ページ)
- Michael Stapelberg (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Native Go bindings for the FUSE kernel module
This package offers native Go bindings for FUSE, and has several features:
* High speed: as fast as libfuse using the gc compiler for single threaded loads.
* Supports in-process mounting of different FileSystems onto subdirectories of the FUSE mount.
* Supports 3 interfaces for writing filesystems: - PathFileSystem: define filesystems in terms path names. - NodeFileSystem: define filesystems in terms of inodes. - RawFileSystem: define filesystems in terms of FUSE's raw wire protocol.
* Both NodeFileSystem and PathFileSystem support manipulation of true hardlinks.
The package also includes two fleshed out examples, zipfs and unionfs.
その他の golang-github-hanwen-go-fuse-dev 関連パッケージ
|
|
|
|
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system