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.1")
  
  (define release-notes
    (list `(p "(1 1): adjust the talk so that printing mode produces a reasonable pdf, and clarify one slide")
          `(p "(1 0): initial version"))))