[ 原始碼: 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