11 lines
334 B
Racket
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|))
|