beautiful-racket/beautiful-racket-lib/info.rkt
Matthew Butterick d004b1faee unification
2016-04-11 08:09:10 -07:00

6 lines
122 B
Racket

#lang info
(define collection 'multi)
(define version "0.01")
(define deps '("base"))
(define build-deps '("racket-doc"))