info.rkt
#lang setup/infotab

(define mcfly-planet       'neil/overeasy:2:=1)
(define name               "Overeasy")
(define mcfly-subtitle     "Racket Language Test Engine")
(define blurb              (list name ": " mcfly-subtitle))
(define mcfly-author       "Neil Van Dyke")
(define categories         '(devtools))
(define homepage           "http://www.neilvandyke.org/overeasy/")
(define scribblings        '(("doc.scrbl" () (tool-library))))
(define primary-file       "main.rkt")
(define can-be-loaded-with 'all)
(define repositories       '("4.x"))
(define mcfly-files        '(defaults
                              "overeasy.rkt"
                              "test-overeasy.rkt"))
(define mcfly-start        "overeasy.rkt")
(define mcfly-license      "LGPLv3")

(define mcfly-legal
  "Copyright 2011--2012 Neil Van Dyke.  This program is Free Software;
Software; you can redistribute it and/or modify it under the terms of the GNU
Lesser General Public License as published by the Free Software Foundation;
either version 3 of the License, or (at your option) any later
version.  This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability or
fitness for a particular purpose.  See http://www.gnu.org/licenses/ for
details.  For other licenses and consulting, please contact the author.")