I noticed that Nim's official brew package for MacOS is missing the "dochack" dependency, which breaks some documentation related functionality.
Who should I contact about this?
Nim is so easy to install whether through https://github.com/nim-lang/choosenim/releases or cloning the repo Both solution also allows you perfect control about which version you're using depending on which project you are.
Brew's system wide installation is a bad idea in the long run
You can report this problem to the official homebrew repo: https://github.com/Homebrew/homebrew-core/issues
I've looked at their build script, it skips a step to build documentation aka ./koch docs, so dochack.js is not generated.
Also, if you create an issue, you can point maintainers to the official packaging guide <https://github.com/nim-lang/Nim/blob/devel/doc/packaging.md>. It has clear instructions for what files should be where (including dochack.js).
Thanks, that's very helpful.
I'll create an issue for it
@Clonk, I agree choosenim is better