File canvas-draw/racket/info.rkt artifact 32fcbd61f8 part of check-in ed10f826ff
#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")