Esy@0.5.8 is released, fixes opam repository compatibility


#1

New version esy@0.5.8 is published.

It’s recommended to upgrade as soon as possible as it fixes how esy reads opam repository metadata. Otherwise some esy projects might not be installable (this is only related to projects with no or stale lock file, projects which have valid lock file are still installable but updating the lock will fail with esy <0.5.8).

Please do:

% npm install --global esy@0.5.8

And don’t forget to update CI configs to reference new esy version!


#2

Amazing