info.ss
#lang setup/infotab
(define name "exec")
(define blurb '("Replace the current process"))
(define release-notes 
  '((h2 "Exec")
    (p "This module allows you to replace the scheme process with another one, on any POSIX compatible computer. It disables the itimer to prevent the subsequent process from receiving spurious signals, and cleans up the PLT environment as best as possible (see with-exec) before calling it. Works For Me. YMMV.")))
;(define scribblings '(("doc.scrbl" ())))
(define categories '(system))
(define primary-file '("main.ss"))
(define repositories '("4.x"))