www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

info.rkt (286B)


      1 #lang info
      2 
      3 (define raco-commands
      4   '(("check-requires"
      5      (submod macro-debugger/analysis/check-requires main)
      6      "check for useless requires"
      7      #f)
      8     ("show-dependencies"
      9      (submod macro-debugger/analysis/show-dependencies main)
     10      "show module dependencies"
     11      #f)))