cl-fuse-meta-fs
CL-FUSE-Meta-FS is a layer above CL-FUSE that provides a Lispy wrapper around FUSE functionality.

For example, you can write something like

(mk-dir "" :root t :just (mk-file "README" "Hello World"))

(and pass it to corresponding function) to have mountpoint with one file README containing "Hello Wold".

Homepage: https://common-lisp.net/project/cl-fuse/

License: LLGPL