Light Code Base
Rozhuk Ivan [email protected] 2011-2024
Statically linked code library. Compile and include only things that you need.
BSD licence.
Support the author
- al: abstraction layer (OS, hardware)
- crypto: crypto algs
- math: mathematic functions
- net: socket and net staff
- proto: protocols implementetions
- threadpool: kqueue/epoll thread pool
- utils
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_LIBLCB_TESTS=1 ..
cmake --build . --config Release -j 16
ctest -C Release --output-on-failure -j 16