Add cmb(1) and libcmb(3) to base for enumerating combinations with
deterministic indexing, resume (-i), limits (-c/-k), and optional
OpenSSL bn(3) support for counts beyond 64-bit.
This fills the same niche as jot(1)/seq(1) for combinatorial expansion
and supports large enumerations (build-option surveys, ports option
matrices, filesystem/test corpus generation) without requiring a port.
Always built; libcrypto is optional. Without OpenSSL the library is
limited to 64-bit counts. With OpenSSL, -o still forces the non-bn(3)
path when large integers are not wanted. Use -v to check whether built
with OpenSSL.