fta/slideshow/private/frtime/frtime-big.ss
(module frtime-big (lib "frtime.ss" "fta" "slideshow" "private" "frtime")
  
  (require (frlibs "list.ss" "etc.ss" "math.ss" "date.ss"))
  
  (provide (all-from (lib "frtime.ss" "fta" "slideshow" "private" "frtime"))
           (all-from (lib "list.ss" "fta" "slideshow" "private" "frtime"))
           (all-from (lib "etc.ss" "fta" "slideshow" "private" "frtime"))
           (all-from (lib "math.ss" "fta" "slideshow" "private" "frtime"))
           (all-from (lib "date.ss" "fta" "slideshow" "private" "frtime"))))