You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opam currently supports five "package depends variables"1:
dev
build
with-test
with-doc
post
Dune supports generating opam files with the first three, but not the last two. I've recently found post necessary when writing PPXs, so it'd be nice to see it supported by Dune.
This change could probably be folded in alongside solutions for #3653 and #3497.
I'm not sure when this was fixed, but (depends (a :post)) is supported as of dune 3.3 - or any variable using the :name syntax. I just checked and this has been the case since the 1.10.0. But the docs suggest that only the first 3 are supported, so I'm tagging as such and will fix this.
Opam currently supports five "package depends variables"1:
dev
build
with-test
with-doc
post
Dune supports generating opam files with the first three, but not the last two. I've recently found
post
necessary when writing PPXs, so it'd be nice to see it supported by Dune.This change could probably be folded in alongside solutions for #3653 and #3497.
Footnotes
Relevant
opam
code ↩The text was updated successfully, but these errors were encountered: