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

16 lines
282 B
Racket

#lang info
5 years ago
(define collection 'multi)
5 years ago
(define deps '("brag-lib"))
5 years ago
(define build-deps '("at-exp-lib"
"br-parser-tools-doc"
"racket-doc"
"scribble-lib"))
5 years ago
(define implies deps)
7 years ago
6 years ago
(define scribblings '(("brag.scrbl")))
5 years ago