opam list -a
lists all packages currently available at OPAM, but does not display the version number for packages which are not currently installed, as per the opam list --help
output:
(...) the output format displays one package per line, and each line contains the name of the package, the installed version or -- if the package is not installed, (...)
How can I list all packages including their version numbers?