racket/new-racket-web/plt-web-pkgs/plt-web-lib/info.rkt
Matthew Flatt 8ae703cb24 reorganize into packages: "plt-web" and "plt-new-services"
The "plt-new-services" package defines the "meta/new-web"
collection, with the idea that it will be merged into
"plt-services" and later replace "meta/web".
2014-03-01 19:55:58 -07:00

12 lines
227 B
Racket

#lang info
(define collection "plt-web")
(define pkg-desc "PLT web page style and generation")
(define pkg-authors '(eli mflatt samth))
(define deps '("base"
"at-exp-lib"
"scribble-html-lib"))