info.ss
#lang setup/infotab
(define name "LeftParen")
(define blurb '((p "LeftParen lets you make web apps quickly.")))
(define release-notes '((p "Added a dev STYLE guide; began using contracts; RSS/Atom feed support; better image uploading support; fixed a number of bugs; added to the documentation; started 'how to develop for LeftParen' documentation; added a stub test suite for LeftParen; fixed up welcome-message function which allows for easy user registration, sign-in, and sign-out")))
(define primary-file "leftparen.scm")
(define scribblings '(("scribblings/leftparen.scrbl" ())))
(define required-core-version "4.1")
(define repositories '("4.x"))
(define categories '(devtools net))
(define version "0.4")