SaaSHub helps you find the best software and product alternatives Learn more →
Top 7 OCaml Static Analysis Projects
-
Project mention: An Introduction to Temporal Logic (With Applications to Concurrency Problems) | news.ycombinator.com | 2024-01-22
I think most development occurs on problems that can't be formally modeled anyway. Most developers work on things like, "can you add this feature to the e-commerce site? And can the pop-up be blue?" which isn't really model-able.
But that's not to say that formal methods are useless! We can still prove some interesting aspects of programs -- for example, that every lock that gets acquired later gets released. I think tools like Infer[0] could become common in the coming years.
[0]: https://fbinfer.com/
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
semgrep
Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
2. Semgrep
-
Project mention: Pylyzer – A fast static code analyzer and language server for Python | news.ycombinator.com | 2024-04-11
Did you come across pyre in your search? MIT license and pretty fast.
https://github.com/facebook/pyre-check
-
-
-
Project mention: Mazeppa: A modern supercompiler for call-by-value functional languages | news.ycombinator.com | 2024-07-12
-
OCaml Static Analysis discussion
OCaml Static Analysis related posts
-
Semgrep: Semantic Grep for Code
-
Semgrep – Find bugs and enforce code standards
-
Application Security - Bridging Frontend and Cybersecurity: What is Application Security?
-
Creating a DevSecOps pipeline with Jenkins — Part 1
-
Should I Rust or should I Go
-
Top 10 Snyk Alternatives for Code Security
-
Semgrep: Semantic Grep for Code
-
A note from our sponsor - SaaSHub
www.saashub.com | 4 Dec 2024
Index
What are some of the best open-source Static Analysis projects in OCaml? This list will help you:
Project | Stars | |
---|---|---|
1 | infer | 15,002 |
2 | semgrep | 10,714 |
3 | pyre-check | 6,871 |
4 | bap | 2,075 |
5 | bolt | 572 |
6 | mazeppa | 397 |
7 | illuaminate | 50 |