11 lines
274 B
Racket
11 lines
274 B
Racket
#lang info
|
|
(define collection 'multi)
|
|
(define deps '("scheme-lib"
|
|
"base"
|
|
"net-lib"
|
|
"sandbox-lib"))
|
|
|
|
(define pkg-desc "implementation (no documentation) part of \"compatibility\"")
|
|
|
|
(define pkg-authors '(eli mflatt robby samth))
|