info.ss
(module info (lib "infotab.ss" "setup")

  (define name "xmlrpc")
  ;; 20070629 MCJ
  ;; I believe I am restricting this to version 371 or greater.
  (define can-be-loaded-with (list 'only '(371 (+ 371))))
  (define compile-omit-files '("run-tests.ss"))
  
  (define blurb '("Implementation of the XML-RPC protocol."))
  (define release-notes 
    '((p "This is a client- and server-side implementation of the XML-RPC protocol.")
      (p "This release fixes problems on PLT v371, and cannot be used with earlier versions. Please use version 2 (from PLaneT) if you are interested in using this library with earlier versions of PLT Scheme.")))

  (define categories '(net))
  (define doc.txt "doc.txt")
  (define primary-file "xmlrpc.ss")
  (define url "http://schematics.sourceforge.net/")
  (define version "1.6"))