hackageDB :: [Package]

Built with Cabal

Shellac: A framework for creating shell envinronments

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.

Versions0.9, 0.9.1
Dependenciesbase (>=1.0), haskell98 (>=1.0), mtl (>=1.0)
LicenseBSD3
AuthorRobert Dockins
Maintainerrobdockins AT fastmail DOT fm
StabilityBeta
CategoryUser Interfaces
Exposed modulesSystem.Console.Shell, System.Console.Shell.Backend, System.Console.Shell.Backend.Basic, System.Console.Shell.ShellMonad
Upload dateMon Feb 19 19:08:05 PST 2007
Uploaded byRobertDockins
Built onghc-6.6

Downloads