mirror of https://github.com/trapexit/mergerfs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
386 B
10 lines
386 B
## 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
|