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.

13 lines
543 B

10 months ago
10 months ago
  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
  10. * toml11: https://github.com/ToruNiina/toml11
  11. * tsl ordered_map: https://github.com/Tessil/ordered-map