mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
.. | ||
cpr@aac5058a15 | ||
cxxopts@6fa46a7488 | ||
ghc-filesystem@2a8b380f8d | ||
ngtcp2@026b8434eb | ||
nlohmann@db78ac1d77 | ||
oxen-encoding@707a83609f | ||
oxen-logging@9f2323a2db | ||
oxen-mq@ac6ef82ff6 | ||
pybind11@8de7772cc7 | ||
sqlite_orm@4c6a46bd4d | ||
uvw@36fdf810a6 | ||
CMakeLists.txt | ||
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