[ 源代码: golang-github-hanwen-go-fuse ]
软件包:golang-github-hanwen-go-fuse-dev(2.4.2-3)
golang-github-hanwen-go-fuse-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-hanwen-go-fuse:
- [golang-github-hanwen-go-fuse_2.4.2-3.dsc]
- [golang-github-hanwen-go-fuse_2.4.2.orig.tar.gz]
- [golang-github-hanwen-go-fuse_2.4.2-3.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