lua-primecount
February 10, 2022 ยท View on GitHub
Lua bindings for Kim Walisch's primecount C/C++ library.
Requisites
lua-primecount requires Lua (>= 5.3) and primecount shared library, i.e., compiled with -DBUILD_SHARED_LIBS=ON.
Installation
Just run the Makefile. Currently, only Linux is supported.
Usage examples
See examples in the test file.