17 lines
404 B
Racket
17 lines
404 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("base"))
|
|
|
|
(define pkg-desc "documentation part of \"net\"")
|
|
|
|
(define pkg-authors '(mflatt))
|
|
(define build-deps '("compatibility-lib"
|
|
"net-lib"
|
|
"racket-doc"
|
|
"scribble-lib"
|
|
"web-server-doc"
|
|
"web-server-lib"))
|
|
(define update-implies '("net-lib"))
|