tmattio / spin

OCaml project generator.
ISC License
297 stars 15 forks source link

Remove selection of OCaml version in `opam switch create` #110

Closed tmattio closed 3 years ago

tmattio commented 3 years ago

This removes the selection of the compiler version when creating an Opam switch. This addresses the CLI incompatibility between opam.2.0.X and opam.2.1.X reported in #109 (although main should not be impacted by this for the OCaml syntax).

Fixes #109