Stan is a command-line tool for analysing Haskell projects. It discovers which parts of the code can potentially be improved, and offers suggestions on how to do so. Stan is searching for not only performance or error-prone code pieces, but it also can help with establishing and applying best-practices from the whole Haskell ecosystem. Although Haskell is a statically typed language, not all properties can be encoded in types. Even though GHC is quite a powerful compiler, it tries to be library-agnostic and provide only language-specific suggestions, while Stan uses the knowledge about the current state of the ecosystem and commonly used libraries. You will find Stan helpful if you enjoy writing in Haskell, but want more guarantees from your code, not provided by the Haskell type system or GHC.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | stan-0.1.2.1nb1.tgz |
NetBSD 10.0 | aarch64 | stan-0.1.2.1nb1.tgz |
NetBSD 10.0 | x86_64 | stan-0.1.2.1nb1.tgz |
NetBSD 10.0 | x86_64 | stan-0.1.2.1nb1.tgz |
NetBSD 9.0 | aarch64 | stan-0.1.2.1nb1.tgz |
NetBSD 9.0 | aarch64 | stan-0.1.2.1nb1.tgz |
NetBSD 9.0 | x86_64 | stan-0.1.2.1nb1.tgz |
NetBSD 9.0 | x86_64 | stan-0.1.2.1nb1.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.