public
Description: An easy way to make web apps (in PLT Scheme)
Homepage: http://blog.leftparen.com
Clone URL: git://github.com/vegashacker/leftparen.git
Click here to lend your support to: leftparen and make a donation at www.pledgie.com !
leftparen / info.ss
100644 22 lines (12 sloc) 0.471 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#lang setup/infotab
 
(define name "LeftParen")
 
(define required-core-version "4.1.5")
 
(define version "0.61")
 
(define release-notes
  '((p "Updated to work with PLT 4.1.5.; improved body-as-url and corresponding documentation.")))
 
(define primary-file "leftparen.scm")
 
(define blurb
  '((p "LeftParen lets you make web apps quickly.")))
 
(define scribblings '(("scribblings/leftparen.scrbl" ())))
 
(define repositories '("4.x"))
 
(define categories '(devtools net))