What is the package name and file name convention for Nim? [Style guide](https://nim-lang.org/docs/nep1.html) does not mention it. Nim language standard library uses `alllowercases`, and [Nim packages](https://nimble.directory/search) seem to use `alllowercases`.
- Package name and file name convention for Nim paalon