info.rkt
#lang setup/infotab
(define name "pdf-render")
(define blurb
  '("This library lets you render PDF pages to picts and bitmap%s. You can also gather text and layout information. Small bindings for libpoppler."))
(define primary-file "main.rkt")
(define categories '(media io))
(define repositories '("4.x"))
(define scribblings '(("main.scrbl" ())))
(define release-notes '((p "Documentation typo/fixes")))