info.rkt
#lang setup/infotab
(define name "timers")
(define blurb
  (list
   `(p "Timer event utilities that integrate well with (sync).")))
(define categories '(io))
(define can-be-loaded-with 'all)
(define homepage "https://github.com/tonyg/racket-timers")
(define primary-file "main.rkt")
(define repositories '("4.x"))
(define scribblings '(("manual.scrbl" ())))