auto-syntax-e/info.rkt
Georges Dupéron a9c8f48832 Initial commit
2016-10-20 00:53:37 +02:00

11 lines
328 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 '(georges))