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.

11 lines
440 B

  1. ## Libraries
  2. ### included in repo
  3. * libfuse: https://github.com/libfuse/libfuse (heavily modified fork of v2.x)
  4. * wyhash: https://github.com/wangyi-fudan/wyhash
  5. * ghc::filesystem: https://github.com/gulrak/filesystem
  6. * nonstd::optional: https://github.com/martinmoene/optional-lite
  7. * fmt: https://github.com/fmtlib/fmt
  8. * concurrentqueue: https://github.com/cameron314/concurrentqueue
  9. * scope_guard: https://github.com/Neargye/scope_guard