info.rkt
#lang setup/infotab

(define name "gapi")
(define categories '(net))
(define blurb
  '("Support for 40+ Google web services via the Google"
    "API Discovery service. Choose functions generated"
    "at compile-time, or, dynamic service exploration"
    "at run-time."))
(define homepage "https://github.com/greghendershott/gapi")

(define release-notes
  '((p "This version changes how discovery documents are specified. Caveats: Still needs more examples. Still has a mysterious issue when used in the REPL, but should be fine when used in a .rkt file.")))
(define version "2012-10-18")
(define can-be-loaded-with 'all)

(define primary-file '("main.rkt"))
(define scribblings '(("manual.scrbl" (multi-page))))
(define compile-omit-paths '("examples"))

(define required-core-version "5.3")
(define repositories '("4.x"))