You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/external
Jason Rhinelander 2eef7c5915
Don't look for sqlite when not building peerstats
2 years ago
..
cpr@aac5058a15 lokinet-bootstrap native binary 3 years ago
cxxopts@6fa46a7488 Revert "bump submodules" 4 years ago
ghc-filesystem@2a8b380f8d Update submodules and static build deps 3 years ago
ngtcp2@026b8434eb bump ngtcp2 to v0.1.0 tag 2 years ago
nlohmann@db78ac1d77 Update nlohmann to latest stable 4 years ago
oxen-encoding@79193e58fb bump verions of all deps 2 years ago
oxen-logging@98a8882c81 oxen-logging update to handle level/type parsing exceptions 2 years ago
oxen-mq@eadb37c765 bump verions of all deps 2 years ago
pybind11@8de7772cc7 Update submodules and static build deps 3 years ago
sqlite_orm@4c6a46bd4d Update submodules and static build deps 3 years ago
uvw@36fdf810a6 Reformat with clang-format-11 3 years ago
CMakeLists.txt Don't look for sqlite when not building peerstats 2 years ago
readme.md add directory specific readmes 2 years ago

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