The Shellac package
Shellac is a framework for building read-eval-print style shells. Shells are created by declaratively defining a set of shell commands and an evaluation function. Shellac supports multiple shell backends, including a basic backend which uses only Haskell IO primitives and a full featured readline backend based on the the Haskell readline bindings found in the standard libraries. This library attempts to allow users to write shells at a high level and still enjoy the advanced features that may be available from a powerful line editing package like readline.
Properties
| Versions | 0.9, 0.9.1, 0.9.5, 0.9.5.1 |
|---|---|
| Dependencies | base (≥1.0), haskell98 (≥1.0), mtl (≥1.0) |
| License | BSD3 |
| Author | Robert Dockins |
| Maintainer | robdockins AT fastmail DOT fm |
| Stability | Beta |
| Category | User Interfaces |
| Upload date | Mon Feb 20 03:08:05 UTC 2007 |
| Uploaded by | RobertDockins |
| Built on | ghc-6.6 |
| Build failure | ghc-6.10 (log), ghc-6.12 (log), ghc-6.8 (log) |
| Distributions | NixOS: 0.9.5.1, Debian: 0.9.5.1 |
Modules
Downloads
- Shellac-0.9.tar.gz (Cabal source package)
- package description (included in the package)