macro-debugger/macro-debugger-text-lib/info.rkt
2015-07-28 17:30:50 -05:00

11 lines
229 B
Racket

#lang info
(define collection 'multi)
(define deps '("base"
"class-iop-lib"
"parser-tools-lib"))
(define pkg-desc "The macro debugger tool with a console interface")
(define pkg-authors '(ryanc))