package opam-dune-lint
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=a17d3c392231da073803cb8e91dfb4203cb0f065c7b7f354c3e6ee8c606caf9c
sha512=a869d529ca3eecc43a55b4b64e97c145c594a10f29cdfc37e3e2e926a0b5fe6cf04b80bc702b42c975a5d5b293682dad5e0ff53aa6068d8d683c1f601e7ba873
CHANGES.md.html
Unreleased
Add support for dune 3.0 , the command
dune external-lib-deps
was removed from dune. Now, theopam-dune-lint
command works withoutdune build
. (@moyodiallo #46).
v0.2
Cope with missing
(depends ...)
indune-project
(@talex5 #33). We tried to add the missing packages to an existing depends field, but if there wasn't one at all then we did nothing.Use quoted versions in the fix suggestion string (@tmcgilchrist #32). Makes copy-and-paste easier for people using it via a web UI.
Support older versions of OCaml back to 4.10 (@tmcgilchrist #31).
Ignore dependencies on sub-packages (@dra27 #27). Library
foo
may depend on libraryfoo.bar
but this cannot introduce an opam dependency onfoo
infoo.opam
.Require opam libraries compatible with the client (@dra27 #26).
Add support for multiple dependency clauses for the same package (@kit-ty-kate #25).
Upgrade to dune-private-libs 2.8.0 (@kit-ty-kate #20).
Remove dependency on ocamlfind, as we don't use it for anything now (@talex5 #18).
v0.1
Initial release.