minimart-2014/info.rkt

11 lines
242 B
Racket

#lang setup/infotab
(define collection 'multi)
(define deps '("rfc6455"
;; these are what the package system tells me I need:
"base"
"data-lib"
"net-lib"
"profile-lib"
"rackunit-lib"
))