What happens
I just start with Ocaml language and I’ve been trying to install a linter for this language.
What do you understand or find about that problem
Usually I use linters that I found in builder.sh file however for this language I just found the compilation line which is ocamlc -w @0..1000 "{solution}"
You make any workaround? What did you do?
In this moment I’m trying to install this linter https://github.com/OCamlPro/typerex-lint however after install opam I cant run make opam-deps
'cause I get
make: *** No rule to make target ‘opam-deps’. Stop.
I need help with
I would like to know if someone know what may be causing this problem or if there’s other recommend linter