info.rkt
(module info (lib "infotab.rkt" "setup")
  (define name "Run Your Research Talk")
  (define repositories '("4.x"))
  (define blurb
    (list '(p "This is the source code of the POPL 2012 talk for the paper "
              (i "Run Your Research") ".")))
  (define categories '(media misc))
  (define primary-file "main.rkt")
  (define required-core-version "5.2"))