info.ss
; #lang setup/infotab
(module info (lib "infotab.ss" "setup")
  (define name "tiles")
  (define doc.txt "doc.txt")
  (define help-desk-message
    "Mz/Mr: (require (planet \"install.ss\" (\"sbloch\" \"tiles.plt\" 1 2)))")
  (define categories '(media))
  (define can-be-loaded-with 'all)
  (define primary-file "tiles.ss")
  ; (define scribblings '(("functions.scrbl" ())))
  (define html-docs '("doc"))
  (define repositories '("4.x" "3xx"))
  (define blurb
      `("The tiles collection provides functions for combining (vertical and horizontal concatenation) and manipulating (rotation, reflection) images."))
  (define required-core-version "370")
  (define release-notes '((p "This version adds a few functions, but most importantly it has integrated documentation.")))
)