While trying to build the project, I noticed that the mdl.cmo file is listed as a dependency in the Makefile. This implies that there should be a corresponding mdl.ml source file. However, I couldn't find mdl.ml in the repository.
Could you please check if the mdl.ml file was accidentally omitted from the repository? If the file is not needed, could you please update the Makefile to remove the reference to mdl.cmo?
Hi,
mdl.cmo comes from the dependency ocaml-lib, as mentioned in the README.
This is a personal OCaml library of utilities.
(Branch madil also needs dependency MADIL but it is not yet stable.)
Hope this helps.
Hi there,
While trying to build the project, I noticed that the mdl.cmo file is listed as a dependency in the Makefile. This implies that there should be a corresponding mdl.ml source file. However, I couldn't find mdl.ml in the repository.
Could you please check if the mdl.ml file was accidentally omitted from the repository? If the file is not needed, could you please update the Makefile to remove the reference to mdl.cmo?
Thanks!