mueval: Safely evaluate Haskell expressions
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary Haskell expressions. Importantly, mueval takes many precautions to defang and avoid "evil" code. It uses resource limits, whitelisted modules, special Show instances for IO, threads, changes of directory, and so on to sandbox the Haskell code.
It is, in short, intended to be a standalone version of Lambdabot's famous evaluation functionality. For examples and explanations, please see the README file.
Mueval is currently POSIX-only.
[Skip to Readme]
Modules
[Index]
Downloads
- mueval-0.5.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.4.5, 0.4.6, 0.5, 0.5.1, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.7.0, 0.7.1, 0.8, 0.8.1, 0.8.2, 0.9, 0.9.1, 0.9.1.1, 0.9.1.1.2, 0.9.3, 0.9.4 |
---|---|
Dependencies | base, directory, hint (>=0.2.4), mtl, show (>=0.2), unix, utf8-string (<1) [details] |
Tested with | ghc ==6.8.2 |
License | BSD-3-Clause |
Author | Gwern |
Maintainer | Gwern <gwern0@gmail.com> |
Revised | Revision 1 made by AdamBergmark at 2015-06-11T10:27:09Z |
Category | Development, Language |
Home page | http://code.haskell.org/mubot/ |
Uploaded | by GwernBranwen at 2008-07-28T17:42:33Z |
Distributions | Arch:0.9.4, Debian:0.9.3, FreeBSD:0.9.1.1.2, NixOS:0.9.4 |
Reverse Dependencies | 5 direct, 1 indirect [details] |
Executables | mueval |
Downloads | 27457 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |