2d/2d-lib/info.rkt
Robby Findler a350659906 export some readtable functions
and finish up the docs
2016-07-31 02:51:48 -05:00

10 lines
247 B
Racket

#lang info
(define collection "2d")
(define version "1.1")
(define deps '("base"
"scribble-lib"
"syntax-color-lib"))
(define pkg-desc "Implementation (no documentation) part of \"2d\"")
(define pkg-authors '(robby))