mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
.. | ||
CLI11@4c7c8ddc45 | ||
cpr@f88fd7737d | ||
ghc-filesystem@cd6805e94d | ||
nlohmann@bc889afb4c | ||
oxen-libquic@33982d24a3 | ||
oxen-mq@68b3420bad | ||
pybind11@aa304c9c7d | ||
span-lite@bc08bf8725 | ||
sqlite_orm@fdcc1da46f | ||
uvw@36fdf810a6 | ||
CMakeLists.txt | ||
readme.md |
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