repltest/info.rkt

10 lines
353 B
Racket

#lang info
(define collection "repltest")
(define deps '("base"
"rackunit-lib"))
(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|))