package opam-compiler

  1. Overview
  2. Docs
Plugin to create switches using custom compilers

Install

Dune Dependency

Authors

Maintainers

Sources

opam-compiler-0.2.0.tbz
sha256=56e800aac18ebd97226f75815627e30b5673e23873951b4fc84d79b4fdfb409d
sha512=0943ffbd80068ee5603e1542d37087a5841c54764f36e99a1c5fdb703674c5153949d9111a04788e225cd7c1045c2953554decdc261cd7d4ec8716eaa5233fc3

CHANGES.md.html

0.2.0 (2024-01-19)

  • Use curl to download (#10, @emillon)

  • Set switch base to prevent compiler downgrades (#12, fixes #7, @emillon)

  • Add create --with=features (#14, @emillon)

  • Set OPAMCLI=2.0 in opam subprocesses (#18, fixes #15, @emillon)

  • Remove empty switch if create fails (#17, #18, #21, @emillon)

0.1.1 (2020-10-06)

  • Accept dashes in user and repository names (#5, @emillon)

  • Document that --switch . creates a local switch (#6, @emillon)

0.1.0 (2020-09-11)

  • Initial release

  • Add "create" command