This command is very useful for those who want to install depexts. The support in the opam repository is getting quite good and even works for nixos.
$ dune show depexts
gmp
openssl
pkg-config
sqlite
zlib
This is useful when I want to setup a nix flake to test a repo.
The documentation on package management should mention this step since it will cause build errors for users otherwise.