#lang setup/infotab (define name "MrEd Designer") (define blurb `((p "A tool to create PLT Scheme GUIs." (ul (li "User's documentation: " (a ((href "http://mred-designer.origo.ethz.ch/wiki/doc")) "http://mred-designer.origo.ethz.ch/wiki/doc")) (li "Developer's documentation: " (a ((href "http://mred-designer.origo.ethz.ch/wiki/developer_doc")) "http://mred-designer.origo.ethz.ch/wiki/developer_doc")) ) ))) (define primary-file "main.ss") (define categories '(devtools misc ui)) (define homepage "http://mred-designer.origo.ethz.ch") (define required-core-version "4.2.4") (define version "3.1") (define repositories '("4.x")) (define release-notes '((ul (li "Fixed non-provided init function name") )))