Package "processio"
- Version:
- v1.0.0
- Released:
- 2206 days ago
- Maintainer:
- Scheme Now! <snow at iro.umontreal.ca>
- Author:
- Nils M Holm <nmh at t3x.org>
Marc Feeley <feeley at iro.umontreal.ca> - Homepage:
- http://snow.iro.umontreal.ca
- Description:
- I/O to operating system subprocesses.
- Keywords:
- i/o os
- Package form:
(package* processio/v1.0.0 (provide: (define-record* shell-command-process input-port output-port) (define (snow-open-shell-command-process command))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Nils M Holm <nmh at t3x.org>" "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "I/O to operating system subprocesses.") (keywords: i/o os) (license: bsdl) (require: extio/v1))