From 6e578350f4fcfd19194bf1b00a5426a7fca49ee4 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 1 Sep 2017 15:20:20 -0700 Subject: [PATCH] doc: update file system libraries --- doc/Known-File-Systems.asciidoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/Known-File-Systems.asciidoc b/doc/Known-File-Systems.asciidoc index f8dbbe1c..78b202c4 100644 --- a/doc/Known-File-Systems.asciidoc +++ b/doc/Known-File-Systems.asciidoc @@ -13,8 +13,7 @@ This document contains a list of known file systems and file system libraries th == File System Libraries -- https://github.com/billziss-gh/cgofuse[cgofuse] - Cross-platform FUSE library for Go -- https://github.com/DuroSoft/fuse-bindings[fuse-bindings] - Fully maintained FUSE bindings for Node that aims to cover the entire FUSE api -- https://github.com/ui4j/fuse-jna[fuse-jna] - No-nonsense, actually-working Java bindings to FUSE using JNA -- https://github.com/billziss-gh/fusepy[fusepy] - Simple ctypes bindings for FUSE -- https://github.com/yogendersolanki91/winfsp[WinFsp fork with .NET Layer] - by @yogendersolanki91 +- https://github.com/billziss-gh/cgofuse[Go: cgofuse] - Cross-platform FUSE library for Go +- https://github.com/DuroSoft/fuse-bindings[Nodejs: fuse-bindings] - Fully maintained FUSE bindings for Node that aims to cover the entire FUSE api +- https://github.com/SerCeMan/jnr-fuse[Java: jnr-fuse] - FUSE implementation in Java using Java Native Runtime (JNR) +- https://github.com/billziss-gh/fusepy[Python: fusepy] - Simple ctypes bindings for FUSE