rules_ocaml icon indicating copy to clipboard operation
rules_ocaml copied to clipboard

bootstrap opam config struct: revise config_opam_pkgs to handle version wildcard

Open mobileink opened this issue 4 years ago • 0 comments

The original version required a version string for pkgs in the package list of the opam config struct. I've made that optional, so that whatever is installed will be used, to make it easier for people who are not atm worried about versions. Unfortunately the existing code for checking versions and pinning does not handle this situation well. Needs a thorough revision.

mobileink avatar Jan 14 '21 04:01 mobileink