www

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

info.rkt (201B)


      1 #lang setup/infotab
      2 
      3 (define name "cover-codecov")
      4 (define collection 'multi)
      5 
      6 (define version "0.1.1")
      7 
      8 (define deps '(
      9   ("base" #:version "6.1.1")
     10   "cover"))
     11 
     12 (define build-deps '("rackunit-lib"))