Flexible automation in Racket
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
316 B

#lang info
(define collection "bolt")
(define deps '("base"
"rackunit-lib"
"remote-shell"))
(define build-deps '("scribble-lib" "racket-doc"))
(define scribblings '(("scribblings/bolt.scrbl" ())))
(define pkg-desc "Description Here")
(define version "0.0")
(define pkg-authors '(wes))