2d/2d-lib/info.rkt
Vincent St-Amour dae07aec89 Fix deps.
2015-09-07 18:27:52 -05:00

10 lines
247 B
Racket

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