معرفی شرکت ها


golang-github-hanwen-go-fuse-dev_0.0~git20190214.58dcd77-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Native Go bindings for the FUSE kernel module
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Buster-10
مخزن Debian main all
نام بسته golang-github-hanwen-go-fuse-dev
نام فایل بسته golang-github-hanwen-go-fuse-dev_0.0~git20190214.58dcd77-1_all.deb
نسخه بسته 0.0~git20190214.58dcd77
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/hanwen/go-fuse
مجوز -
حجم دانلود 116876
حجم نصب 676
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-any
- golang-golang-x-sys-dev


نحوه نصب


نصب پکیج deb golang-github-hanwen-go-fuse-dev:

    sudo apt-get install golang-github-hanwen-go-fuse-dev_0.0~git20190214.58dcd77-1_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-hanwen-go-fuse-dev/AUTHORS
./usr/share/doc/golang-github-hanwen-go-fuse-dev/CONTRIBUTING
./usr/share/doc/golang-github-hanwen-go-fuse-dev/README.md.gz
./usr/share/doc/golang-github-hanwen-go-fuse-dev/changelog.Debian.gz
./usr/share/doc/golang-github-hanwen-go-fuse-dev/copyright
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/autounionfs/main.go
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/benchmark-read-throughput/readbench.go
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/benchmark.sh
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/hello/main.go
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/loopback/main.go
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/memfs/main.go
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/multizip/main.go
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/statfs/main.go
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/unionfs/main.go
./usr/share/doc/golang-github-hanwen-go-fuse-dev/examples/zipfs/main.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/benchmark/Makefile
./usr/share/gocode/src/github.com/hanwen/go-fuse/benchmark/benchmark.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/benchmark/bulkstat/main.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/benchmark/latencymap.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/benchmark/latencymap_test.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/benchmark/stat_test.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/benchmark/statfs.cc
./usr/share/gocode/src/github.com/hanwen/go-fuse/benchmark/statfs.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/benchmark/testpaths.txt
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/api.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/attr.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/attr_darwin.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/attr_linux.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/bufferpool.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/bufferpool_test.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/constants.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/constants_freebsd.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/constants_linux.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/defaultraw.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/direntry.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/lockingfs.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/misc.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/misc_test.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/mount_darwin.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/mount_linux.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/api.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/defaultfile.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/defaultnode.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/dir.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/fileless_test.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/files.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/files_darwin.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/files_linux.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/files_test.go
./usr/share/gocode/src/github.com/hanwen/go-fuse/fuse/nodefs/fsconnector.go
... and 107 more