www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

info.rkt (422B)


      1 #lang info
      2 (define collection "repltest")
      3 (define deps '("base"
      4                "rackunit-lib"
      5                "typed-racket-lib"
      6                "afl"))
      7 (define build-deps '("scribble-lib" "racket-doc" "typed-racket-doc"))
      8 (define scribblings '(("scribblings/repltest.scrbl" ())))
      9 (define pkg-desc "Copy-paste your REPL interactions, and have them run as tests")
     10 (define version "0.1")
     11 (define pkg-authors '(|Suzanne Soy|))