raart/info.rkt

17 lines
470 B
Racket
Raw Permalink Normal View History

2018-01-01 18:39:18 +00:00
#lang info
2018-01-02 00:08:39 +00:00
(define collection "raart")
2018-02-03 20:37:37 +00:00
(define deps '("lux"
"unix-signals"
"reprovide-lang"
2018-01-02 00:23:32 +00:00
"ansi"
2018-01-04 21:48:07 +00:00
"struct-define"
2018-01-02 00:08:39 +00:00
"base"))
2018-08-22 00:03:28 +00:00
(define build-deps '("sandbox-lib"
"htdp-doc"
2018-08-21 20:29:21 +00:00
"racket-doc"
"scribble-lib"
))
2018-01-01 18:39:18 +00:00
(define version "0.1")
(define pkg-authors '(jeapostrophe))
2018-08-21 20:28:29 +00:00
(define scribblings '(("raart.scrbl" () ("UI"))))