repltest/info.rkt
2016-03-31 13:29:16 +02:00

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|))