lux/info.rkt

19 lines
577 B
Racket
Raw Normal View History

2014-11-19 15:17:36 +00:00
#lang info
(define collection "lux")
2014-11-22 18:54:45 +00:00
(define deps '("draw-lib"
"drracket"
"gui-lib"
"htdp-lib"
"pict-lib"
"base"
2014-11-19 15:17:36 +00:00
"rackunit-lib"))
2015-01-12 21:48:56 +00:00
(define build-deps '("draw-doc"
"gui-doc"
"htdp-doc"
"pict-doc"
"scribble-lib" "racket-doc"))
2014-11-19 15:17:36 +00:00
(define scribblings '(("scribblings/lux.scrbl" ())))
(define pkg-desc "a simple library for creating real-time graphical apps")
(define version "0.0")
(define pkg-authors '(jay))