info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Cairo Bindings")
  (define blurb
    (list "A set of bindings for the cairo [http://cairographics.org] drawing library."
          "Currently the font handling functionality is not included in the binding."))
  (define primary-file "cairo.ss")
  ;(define doc.txt '("doc.txt"))
  (define categories '(system media)))