
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".
12 lines
227 B
Racket
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"))
|