I'm trying to update the pkgsrc entry from 2.1.6 to 2.2.0. I am using ocaml 4.14.3.
The README says there are no dependencies beyond dune.
Building, I get
===> Building for ocaml-opam-file-format-2.2.0
File "src/dune", line 20, characters 0-47:
20 | (menhir (modules opamBaseParser) (infer false))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Program menhir not found in the tree or in PATH
(context: default)
Hint: opam install menhir
*** Error code 1
Before i try to find and package menhir, I wanted to report this as a bug; not sure which of README or code is wrong.
I'm trying to update the pkgsrc entry from 2.1.6 to 2.2.0. I am using ocaml 4.14.3.
The README says there are no dependencies beyond dune.
Building, I get
Before i try to find and package menhir, I wanted to report this as a bug; not sure which of README or code is wrong.