Hi, I am trying to use ocamlfind
to install serlib
but do not know the way to do that.
After using make
to compile serapi
, I get lots of compiled files.
To use ocamlfind
, I need command like ocamlfind install p META m1.cmi m2.cmi p.cma
But serlib
contains too many files, and the dependence among these files are very complicated.
Thus, I do not know how to use ocamlfind
to install serlib
. Could you give me some suggestions?
Hi, @liao zhang , the right way to install SerAPI is dune build -p coq-serapi && dune install coq-serapi
Last updated: May 31 2023 at 02:31 UTC