See https://github.com/ocaml/opam/issues/2531 for the previous part. In order to avoid doing ``` % opam switch install 4.03.0+trunk % opam pin add ocaml source/ocaml ``` which compiles the compiler twice, I would like to be able to say ``` % opam switch pin ocaml.4.03.0+patate source/ocaml ```
See #2531 for the previous part.
In order to avoid doing
which compiles the compiler twice, I would like to be able to say