14 lines
279 B
Racket
14 lines
279 B
Racket
#lang info
|
|
|
|
(define collection "syntax")
|
|
|
|
(define deps '("base"))
|
|
|
|
(define pkg-desc "find mappings from expanded to source syntax")
|
|
|
|
(define pkg-authors '(samth stamourv eli))
|
|
|
|
(define version "1.1")
|
|
|
|
(define scribblings '(("scribblings/source-syntax.scrbl" () (tool-library))))
|