Talk:OCaml package guidelines
ocaml-findlib issue
The line
OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
will cause an ugly error if the user doesn't have ocaml-findlib installed which makes the makedepends('ocaml-findlib')
somewhat pointless. Wouldn't it be better to remove the variable and use its definition in the 2 places it is used?
-- Myshkin, 19 October 2012