auto-syntax-e/info.rkt
2021-03-04 20:50:40 +00:00

11 lines
334 B
Racket

#lang info
(define collection "auto-syntax-e")
(define deps '("base"
"rackunit-lib"))
(define build-deps '("scribble-lib"
"racket-doc"))
(define scribblings '(("scribblings/auto-syntax-e.scrbl" ())))
(define pkg-desc "Description Here")
(define version "0.0")
(define pkg-authors '(|Suzanne Soy|))