1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/external
2023-12-11 09:04:53 -08:00
..
CLI11@4c7c8ddc45 Replace cxxopts with CLI11 2023-01-06 15:04:14 -08:00
cpr@f88fd7737d Update submodules to latest version: 2022-10-20 12:17:23 -03:00
ghc-filesystem@cd6805e94d Update submodules to latest version: 2022-10-20 12:17:23 -03:00
nlohmann@bc889afb4c Update submodules to latest version: 2022-10-20 12:17:23 -03:00
oxen-encoding@f6172d58d3 Add command to fetch RCs from remote node 2023-11-27 14:40:09 -05:00
oxen-libquic@ad8904debc kick 2023-12-11 09:04:53 -08:00
oxen-mq@a27961d787 Bump oxen-mq for libzmq llvm static build fix 2023-10-26 13:50:39 -03:00
pybind11@aa304c9c7d Update submodules to latest version: 2022-10-20 12:17:23 -03:00
span-lite@bc08bf8725 Added span backport 2023-09-14 05:08:10 -07:00
sqlite_orm@fdcc1da46f Update submodules to latest version: 2022-10-20 12:17:23 -03:00
uvw@36fdf810a6 Reformat with clang-format-11 2021-03-05 13:36:31 -04:00
CMakeLists.txt Default libcrypt to whether or not we find it 2023-10-25 17:14:54 -03:00
readme.md Replace cxxopts with CLI11 2023-01-06 15:04:14 -08:00

directory for git submodules

  • CLI11: cli argument parser
  • cpr: curl for people, used by lokinet-bootstrap toolchain (to be removed)
  • ghc-filesystem: std::filesystem shim lib for older platforms (like macos)
  • ngtcp2: quic implementation
  • nlohmann: json parser
  • oxen-encoding: bencode/endian header-only library
  • oxen-logging: spdlog wrapper library
  • oxen-mq: zmq wrapper library for threadpool and rpc
  • pybind11: for pybind modules
  • sqlite_orm: for peer stats db
  • uvw: libuv header only library for main event loop