
Primecount is a free software program and C/C++ library that counts the primes below an integer x <= 10^31 using highly optimized implementations of the combinatorial prime counting algorithms.
See https://github.com/kimwalisch/primecount for more information.
This dummy package provides the standard installation.