;;; ;;; Time-stamp: <05/10/28 11:44:01 nhw> ;;; ;;; Copyright (C) 2005 by Noel Welsh. ;;; ;;; This library 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 2.1 of the License, or (at ;;; your option) any later version. ;;; Web testingis 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 the GNU Lesser General Public ;;; License for more details. ;;; You should have received a copy of the GNU Lesser ;;; General Public License along with Web testing; if not, ;;; write to the Free Software Foundation, Inc., 59 Temple ;;; Place, Suite 330, Boston, MA 02111-1307 USA ;;; Author: Noel Welsh <noelwelsh@yahoo.com> ;; ;; ;; Commentary: (module info (lib "infotab.ss" "setup") (define name "namespace") (define compile-omit-files '("all-namespace-tests.ss" "run-tests.ss" "namespace-tests.ss")) (define help-desk-message "Mz/Mr: (require (planet \"namespace.ss\" (\"schematics\" \"namespace.plt\" 1 0))") (define categories '(devtools metaprogramming)) (define blurb (list "A library of useful procedures on namespaces")) (define primary-file "namespace.ss") (define doc.txt "doc.txt") (define url "http://schematics.sourceforge.net/") (define version "1.0") )