You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
beautiful-racket/beautiful-racket-lib/info.rkt

15 lines
268 B
Racket

8 years ago
#lang info
5 years ago
8 years ago
(define collection 'multi)
5 years ago
(define version "1.5")
5 years ago
5 years ago
(define deps '(["base" #:version "6.6.0.900"]
5 years ago
"at-exp-lib"
8 years ago
"sugar"
"debug"
5 years ago
"rackunit-lib"
"gui-lib"
"draw-lib"))
5 years ago