The mueval package
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 and Safe Haskell, special Show instances for IO, threads, processes, and changes of directory 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 POSIX-only.
Properties
| Versions | 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 |
|---|---|
| Dependencies | base (4.*), Cabal, containers, directory, extensible-exceptions, filepath, hint (≥0.3.1), mtl (>2), process, show (≥0.3), simple-reflect, unix, utf8-string |
| License | BSD3 |
| Author | Gwern |
| Maintainer | Gwern <gwern0@gmail.com> |
| Category | Development, Language |
| Home page | http://code.haskell.org/mubot/ |
| Source repository | darcs get http://code.haskell.org/mubot/ |
| Executables | mueval, mueval-core |
| Upload date | Thu Mar 21 16:39:51 UTC 2013 |
| Uploaded by | GwernBranwen |
| Build failure | ghc-7.6 (log) |
| Distributions | FreeBSD: 0.9 |
Modules
- Mueval
- Mueval.ArgsParse
- Mueval.Context
- Mueval.Interpreter
- Mueval.Parallel
- Mueval.Resources
Downloads
- mueval-0.9.tar.gz (Cabal source package)
- package description (included in the package)