1.11 API for Reading Compilation Dependencies
(require compiler/depend) | package: base |
The compiler/depend module
provides a function to inspect and traverse the dependency information
generated by raco make, raco setup, or compiler/cm.
Added in version 6.90.0.13 of package base.
Given a module-file for a file that has been compiled with
raco make, raco setup, or compiler/cm,
returns a list of dependencies for module-file by reading and
traversing dependency-information files left behind by compilation.