mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
081dfd3328
cpr: 1.9.2 cxxopts: 3.0.0 ghc-filesystem: 1.5.12 nlohmann-json: 3.11.2 pybind11: 2.10.0 sqlite_orm: 1.7.1 Plus other updates need to make these work: - cpr needs a cprver.h configured with the version (cmake code copied from oxen-core). |
||
---|---|---|
.. | ||
cpr@f88fd7737d | ||
cxxopts@c74846a891 | ||
ghc-filesystem@cd6805e94d | ||
ngtcp2@026b8434eb | ||
nlohmann@bc889afb4c | ||
oxen-encoding@707a83609f | ||
oxen-logging@9f2323a2db | ||
oxen-mq@ac6ef82ff6 | ||
pybind11@aa304c9c7d | ||
sqlite_orm@fdcc1da46f | ||
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