mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 01:53:20 +08:00
14 lines
543 B
Plaintext
14 lines
543 B
Plaintext
## Libraries
|
|
|
|
### included in repo
|
|
|
|
* libfuse: https://github.com/libfuse/libfuse (heavily modified fork of v2.x)
|
|
* 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
|
|
* toml11: https://github.com/ToruNiina/toml11
|
|
* tsl ordered_map: https://github.com/Tessil/ordered-map
|