You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
435 B
Racket
14 lines
435 B
Racket
#lang info
|
|
(define collection "jsonic")
|
|
(define version "1.0")
|
|
(define scribblings '(("scribblings/jsonic.scrbl")))
|
|
(define test-omit-paths '("jsonic-test.rkt"))
|
|
(define deps '("base"
|
|
"beautiful-racket-lib"
|
|
"brag"
|
|
"draw-lib"
|
|
"gui-lib"
|
|
"br-parser-tools-lib"
|
|
"rackunit-lib"
|
|
"syntax-color-lib"))
|
|
(define build-deps '("scribble-lib")) |