Source: chicken-sandbox Section: libs Priority: optional Maintainer: Ivan Raikov Build-Depends: debhelper (>> 3.0.0), chicken-bin (>= 2.4), libchicken-dev (>= 2.4) Standards-Version: 3.6.2 Package: chicken-sandbox Section: libs Architecture: any Depends: ${shlibs:Depends}, chicken-bin (>= 2.4) Description: A safe evaluation environment for Scheme expressions This Chicken Scheme extension provides a safe evaluation context for basic Scheme expressions (R5RS without optional, input- or output forms). Runaway evaluation (for example by executing endless loops) and excessive allocation can be caught by specifying appropriate limits on execution time and storage. The execution environment is fully thread safe. . Homepage: http://www.call-with-current-continuation.org/eggs/sandbox.html