Artifact 32fcbd61f85f5cdbe26978840aa76df25cabb8c0:
- File canvas-draw/racket/info.rkt — part of check-in [ed10f826ff] at 2011-01-30 17:39:09 on branch trunk — Re-ran configure in ffcall and imported canvas-draw source (user: matt, size: 370) [annotate] [blame] [check-ins using]
#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")