mergerfs/DEPENDENCIES

13 lines
486 B
Plaintext
Raw Normal View History

## Libraries
### included in repo
* libfuse: https://github.com/libfuse/libfuse (heavily modified fork of v2.x)
2023-08-21 13:18:41 +08:00
* wyhash: https://github.com/wangyi-fudan/wyhash
* ghc::filesystem: https://github.com/gulrak/filesystem
* nonstd::optional: https://github.com/martinmoene/optional-lite
* fmt: https://github.com/fmtlib/fmt
* concurrentqueue: https://github.com/cameron314/concurrentqueue
* scope_guard: https://github.com/Neargye/scope_guard
2024-01-24 10:01:25 +08:00
* toml11: https://github.com/ToruNiina/toml11