11 lines
376 B
Racket
11 lines
376 B
Racket
#lang info
|
|
(define collection "repltest")
|
|
(define deps '("base"
|
|
"rackunit-lib"
|
|
"debug"))
|
|
(define build-deps '("scribble-lib" "racket-doc"))
|
|
(define scribblings '(("scribblings/repltest.scrbl" ())))
|
|
(define pkg-desc "Copy-paste your REPL interactions, and have them run as tests")
|
|
(define version "0.0")
|
|
(define pkg-authors '(|Georges Dupéron|))
|