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/info.rkt

18 lines
479 B
Racket

8 years ago
#lang info
(define collection 'multi)
(define version "1.5")
5 years ago
(define deps '(["base" #:version "6.7"]
5 years ago
"beautiful-racket-lib"
5 years ago
"beautiful-racket-demo"))
5 years ago
(define build-deps '("gui-doc"
"gui-lib"
"at-exp-lib"
5 years ago
"br-parser-tools-doc"
"racket-doc"
"scribble-lib"))
5 years ago
(define implies '("beautiful-racket-lib"
"beautiful-racket-demo"))