info.rkt
#lang setup/infotab

(define mcfly-planet       'neil/mcfly-tools:1:0)
(define name               "McFly Tools")
(define mcfly-subtitle     "Developer Tools for Racket")
(define blurb              '("McFly Developer Tools"))
(define homepage           "http://www.neilvandyke.org/mcfly-tools/")
(define mcfly-author       "Neil Van Dyke")
(define scribblings        '(("doc.scrbl" () (experimental))))
;; (define repositories       '("4.x"))
(define primary-file       "main.rkt")
(define mcfly-start        "doc.rkt")
(define mcfly-files        '(defaults
                             "doc.rkt"
                             "mcfly-tools.rkt"
                             "mcfly-tools-msg.rkt"
                             "mcfly-tools-plt-server.rkt"
                             "mcfly-tools-scrbl-file.rkt"
                             "planet-neil-progedit.rkt"
                             "test-mcfly-tools.rkt"
                             "bootstrap.sh"))
(define categories         '(devtools))
(define can-be-loaded-with 'none)
(define raco-commands      '(("mcfly"
                              "mcfly-tools.rkt"
                              "McFly Tools"
                              10)))
(define mcfly-license      "LGPLv3")

(define mcfly-legal
  "Copyright 2012 Neil Van Dyke.  This program is Free 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.")