lokinet/external
Jason Rhinelander 2eef7c5915
Don't look for sqlite when not building peerstats
2022-08-30 17:26:08 -03:00
..
cpr@aac5058a15 lokinet-bootstrap native binary 2021-04-15 13:39:45 -04:00
cxxopts@6fa46a7488 Revert "bump submodules" 2020-07-02 11:13:30 -04:00
ghc-filesystem@2a8b380f8d Update submodules and static build deps 2021-04-20 19:58:11 -03:00
ngtcp2@026b8434eb bump ngtcp2 to v0.1.0 tag 2022-01-31 13:05:03 -05:00
nlohmann@db78ac1d77 Update nlohmann to latest stable 2020-08-28 11:03:43 -03:00
oxen-encoding@79193e58fb bump verions of all deps 2022-05-30 17:08:08 -03:00
oxen-logging@98a8882c81 oxen-logging update to handle level/type parsing exceptions 2022-07-19 13:39:00 -03:00
oxen-mq@eadb37c765 bump verions of all deps 2022-05-30 17:08:08 -03:00
pybind11@8de7772cc7 Update submodules and static build deps 2021-04-20 19:58:11 -03:00
sqlite_orm@4c6a46bd4d Update submodules and static build deps 2021-04-20 19:58:11 -03:00
uvw@36fdf810a6 Reformat with clang-format-11 2021-03-05 13:36:31 -04:00
CMakeLists.txt Don't look for sqlite when not building peerstats 2022-08-30 17:26:08 -03:00
readme.md add directory specific readmes 2022-07-26 09:26:28 -04:00

readme.md

directory for git submodules

  • cpr: curl for people, used by lokinet-bootstrap toolchain (to be removed)
  • cxxopts: cli argument parser (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