The Shellac package (version 0.9.1)
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.
| Other versions | 0.9 |
|---|---|
| Dependencies | base, haskell98, mtl |
| License | BSD3 |
| Author | Robert Dockins |
| Maintainer | robdockins AT fastmail DOT fm |
| Stability | Beta |
| Category | User Interfaces |
| Home page | http://www.cs.princeton.edu/~rdockins/shellac/home/ |
| Exposed modules | System.Console.Shell, System.Console.Shell.Backend, System.Console.Shell.Backend.Basic, System.Console.Shell.ShellMonad |
| Upload date | Thu Nov 29 08:38:25 PST 2007 |
| Uploaded by | RobertDockins |
| Built on | ghc-6.8 |
Downloads
- Shellac-0.9.1.tar.gz (Cabal source package)
- package description (included in the package)
