10 lines
197 B
Racket
10 lines
197 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
(define deps '("srfi-lite-lib"
|
|
"base"))
|
|
|
|
(define pkg-desc "implementation (no documentation) part of \"net\"")
|
|
|
|
(define pkg-authors '(mflatt))
|