Releases: mjambon/dune-deps
Releases · mjambon/dune-deps
1.4.0
CHANGES:
- Track references to libraries made using their private name
even if they have a public name (by Raphaël Proust, #29).
- Support re_export dependencies (by Stéphane Glondu, #30).
v1.3.0
Adds support for subdir
stanzas.
Fixes and performance release v1.2.1
Changes since 1.2.0:
- Ignore broken symlinks instead of failing
- Ignore all special files
- Double execution speed by caching result of Unix.stat
v1.2.0
This is release 1.2.0 of dune-deps. Major changes since 1.1.0 include:
- add options for restricting the graph to dependencies or reverse dependencies of selected nodes (relates to #5)
- add options for omitting executables or external dependencies #11
- add option to exclude folders or dune files #14
- prevent multiple visits to the same file #7
v1.1.0
This release adds:
- executable name disambiguation (#1)
- support for multiple scanning roots on the command line (#5)
- nicer command-line interface using cmdliner
Bugfix release 1.0.2
This bugfix release tolerates multiple executables with the same name e.g. main
. Partially addresses #1
Bugfix release 1.0.1
Fixes build errors with older versions of OCaml.