Artifact 32fcbd61f85f5cdbe26978840aa76df25cabb8c0:


#lang setup/infotab
(define name
  "Canvas Draw")
(define blurb
  '("Bindings to the CD graphics library"))
(define categories
  '(graphics))
(define repositories
  '("4.x"))
(define version
  "1.0")
(define release-notes
  '((dl
     (dt "1.0") (dd "Initial release"))))
(define primary-file
  "main.rkt")
(define homepage
  "http://www.chust.org/fossils/canvas-draw")