[ 源代码: golang-github-hanwen-go-fuse ]
软件包: golang-github-hanwen-go-fuse-dev (2.0.3-1)
golang-github-hanwen-go-fuse-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-hanwen-go-fuse:
- [golang-github-hanwen-go-fuse_2.0.3-1.dsc]
- [golang-github-hanwen-go-fuse_2.0.3.orig.tar.gz]
- [golang-github-hanwen-go-fuse_2.0.3-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Julian Gilbey
- Michael Stapelberg
外部的资源:
- 主页 [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-any
- Go programming language -- gccgo on "non-Go" platforms
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system