Mount a Ren'Py archive as a FUSE filesystem.
rpafs --archive=</path/to/archive.rpa> [-d] [-f] </path/to/mount/point>-d enables FUSE-level debug information to be printed, and -f runs the
file system process in the foreground.
- a C99 compiler
- libfuse 3.x
- zlib
GPLv3