info.rkt
#lang setup/infotab
(define name "tee-pipe")
(define release-notes
  (list '(ul (li "First workable version"))))
(define repositories
  (list "4.x"))
(define blurb
  '("Duplicate a input port to an any way tee pipe for many input port handlers"))
(define scribblings '(("tee-pipe.scrbl" (multi-page))))
(define primary-file "tee-pipe.rkt")
(define categories '(io))