odep
odep copied to clipboard
Dependency graphs for OCaml modules, libraries and packages
Currently, dune virtual library implementations show a special generated module and the implemented modules are unconnected.
If angstrom is installed from opam, but not angstrom-unix, then `Findlib` lookups can fail with: ``` Fl_package_base.No_such_package("angstrom-unix", "required by `angstrom.unix'") ``` Even `Findlib.package_ancestors [] "angstrom.unix"` crashes, even though it doesn't...
Currently findlib library dependencies are looked up with the empty predicates list, but other possibilities may exist: * https://sourcegraph.com/search?q=context%3Aglobal+file%3A%5EMETA%24+requires%28&patternType=standard&case=yes&groupBy=repo * https://cs.github.com/?scopeName=All+repos&scope=&q=path%3A%2F%5EMETA%24%2F+%22requires%28%22 To get a complete listing for all predicates, the...