Skip to content

0.7.2

Latest
Compare
Choose a tag to compare
@ManasJayanth ManasJayanth released this 19 Oct 08:58
· 152 commits to master since this release
4b57bda

What's Changed

Fixes failure to parse opam formulae in OCaml package constraints by @ManasJayanth in #1519

Fixes packages that use non-semver constraints. Eg: ppxlib it uses a constraint like this

  "ocaml" {>= "4.04.1" & < "5.2.0" & != "5.1.0~alpha1"}

Fixes packages with new filter with-dev-setup by @ManasJayanth in #1520

opam introduced a new filter with-dev-setup very similar to dev. More on this here Esy now supports this filter - ie. opam packages with this filter will build successfully.

Define with-test in build command rendering by @ManasJayanth in #1521

OPAM packages can use filters in their build command. Esy doesn't fully support this yet, but this PR begins this support with with-test

Tarball checksum

SHA1: 164cc0fc1468fc09410db97cb40133215619754d

Full Changelog: 0.7.1...0.7.2