minimart-2014/info.rkt

11 lines
242 B
Racket
Raw Permalink Normal View History

2013-10-28 10:26:19 +00:00
#lang setup/infotab
(define collection 'multi)
2014-03-11 22:09:10 +00:00
(define deps '("rfc6455"
;; these are what the package system tells me I need:
"base"
"data-lib"
"net-lib"
"profile-lib"
"rackunit-lib"
))