Linter for Ocaml language

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

I just found the problem, the error is produced due to there’s no a Makefile doc in the current directory, in fact the correct Makefile for this instalation doesn’t exist neither in the opam instalation nor in associated package, for that it’s necessary clone the repo and then inside this run steps for instalation.