I want to test this project: https://github.com/nt591/monkey-ocaml on my Mac. After downloading the project, dune runtest
returned the following error:
$ dune runtest
File "dune-project", line 1, characters 11-15:
1 | (lang dune 1.11)
^^^^
Error: Version 1.11 of dune is not supported.
Supported versions:
- 0.0
- 1.0 to 1.6
Then, I followed this suggestion, but it returned this:
$ dnf remove dune
-bash: dnf: command not found
Do I have to install dnf
? Could anyone help?