info.ss
#lang setup/infotab
(define name "bzlib/net: Base Internet API Abstractions")

(define blurb
  '((p "bzlib/net provides abstraction over basic internet protocol (application layer) manipulations.")))

(define release-notes
  '((p "0.4 (1 3) - updated the kvs.ss to ensure compatibility with the new base.plt (1 6) registry.ss")
    (p "0.3 (1 2) - adding the parsing of emails and rfc822 tokens and encodings, as well as adding kvs & header handling.")
    (p "0.2 (1 1) - added a basic tcp client")
    (p "0.1 (1 0) - first release")))

(define categories
  '(devtools net misc))

(define homepage "http://weblambda.blogspot.com")

(define required-core-version "4.0")

(define version "0.4")

(define repositories '("4.x"))

(define primary-file "main.ss")