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

17 lines
373 B
Racket

9 years ago
#lang info
6 years ago
9 years ago
(define collection 'multi)
6 years ago
(define version "1.5")
6 years ago
6 years ago
;; base v6.7 dependency needs to be called 6.6.0.900
;; due to strange little bug in `raco pkg install`
6 years ago
(define deps '(["base" #:version "6.6.0.900"]
6 years ago
"at-exp-lib"
9 years ago
"sugar"
"debug"
6 years ago
"rackunit-lib"
"gui-lib"
"draw-lib"))
6 years ago