The mueval package
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary Haskell expressions. Importantly, mueval takes many precautions to 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 much like Lambdabot's famous evaluation functionality.)
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, directory, hint (≥0.2.1), mtl, show, unix |
| License | BSD3 |
| Author | Gwern |
| Maintainer | Gwern <gwern0@gmail.com> |
| Category | Development, Language |
| Executables | mueval |
| Upload date | Tue Jun 18 02:29:06 UTC 2008 |
| Uploaded by | GwernBranwen |
| Built on | ghc-6.8 |
| Build failure | ghc-6.10 (log), ghc-6.12 (log) |
| Distributions | NixOS: 0.9, FreeBSD: 0.9 |
Modules
Downloads
- mueval-0.3.tar.gz (Cabal source package)
- package description (included in the package)