package olint
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A somewhat serious linter for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1.0.tar.gz
sha256=5eeb73f6e31f5a36ea4471c22ed47e60dda8fefd55e6b680133efadc0cdb6374
Description
Think clippy for OCaml. Catches antipatterns, partial function misuse, naming violations, and the kind of code that compiles perfectly but keeps you up at night. Uses compiler-libs directly — no build step required.
Published: 15 Mar 2026
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page