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

14 lines
313 B
Racket

#lang info
(define collection 'multi)
(define version "1.4")
(define deps '"beautiful-racket-lib"
"beautiful-racket-demo"))
(define build-deps '("at-exp-lib"
"br-parser-tools-doc"
"racket-doc"
"scribble-lib"))
(define implies deps)