ocaml / ocamlfind

The OCaml findlib library manager
Other
30 stars 30 forks source link

OCaml 5.0: compiler meta files #45

Closed Octachron closed 2 years ago

Octachron commented 2 years ago

The compiler is considering the option of distributing its own META file in ocaml/ocaml#11007 . With this change, ocamlfind will no longer need to maintain and distribute its own META files for the compiler distributed libraries.

This draft PR is a proof concept that updates ocamlfind to no longer install the related META files when they are already present in OCAML_SITELIB .

Octachron commented 2 years ago

Superseded by #52 .