xavierleroy / camlidl

Stub code generator for OCaml/C interface
Other
34 stars 8 forks source link

Add findlib support #1

Open xavierleroy opened 7 years ago

xavierleroy commented 7 years ago

Some packages for CamlIDL include findlib support, sometimes with issues: https://caml.inria.fr/mantis/view.php?id=7125 .

Consider adding findlib support to the master sources.

ygrek commented 4 years ago

Do you want to switch fully to install via ocamlfind install? (idk if there are concerns wrt windows users) At least (and very easy) it would be nice to move META file to this repo to avoid fixes in opam-repository (ref https://github.com/ocaml/opam-repository/pull/16179)

xavierleroy commented 4 years ago

Apologies for the late reply, I missed your comment in a flurry of Github messages.

I think we need to keep a traditional install for Windows users at least. Perhaps we could have two "install' entries in the Makefile, one with findlib, the other without?

rwmjones commented 4 years ago

FWIW Fedora has been bundling this META file (originally from Debian). The @VERSION@ part is rewritten during the install. https://src.fedoraproject.org/rpms/ocaml-camlidl/blob/master/f/META.camlidl.in