On this page:
module-recorded-dependencies

1.11 API for Reading Compilation Dependencies

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.

procedure

(module-recorded-dependencies module-file)

  (listof (and path? (complete-path? path?)))
  module-file : path?
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.