9 lines
172 B
Racket
9 lines
172 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
(define deps '("base" "scribble-lib" "syntax-color-lib"))
|
|
|
|
(define pkg-desc "Experimental 2d syntax")
|
|
|
|
(define pkg-authors '(robby))
|