xavierleroy / camlidl

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

Add `camlidl.opam`, `META`, and `camlidl.install` files (for 1.12) #26

Closed MisterDA closed 2 months ago

MisterDA commented 1 year ago

This helps by allowing opam pin to work on the repository (opam needs the opam file). It does increase the maintenance a bit because releasing a new version means bumping the version numbers from the opam and META files. The META and camlidl.install could be generated by switching or adding Dune build system support. The files were copied from the current opam-repository.

xavierleroy commented 2 months ago

OK, thanks for the additional explanations. I did a manual merge + update of this PR here: https://github.com/xavierleroy/camlidl/commit/1c1e87e3f56c2c6b3226dd0af3510ef414b462d0 . Let me know if you see anything strange.