          MODULE=isolate
         VERSION=1.10.1
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/ioi/isolate/archive/v${VERSION}.tar.gz
      SOURCE_VFY=sha256:c4ee82c141807b25072b780eecc83d5b42820b83ec4687d0d3bc06a9bd2f1ece
        WEB_SITE=http://github.com/ioi/isolate/
         ENTERED=20160201
         UPDATED=20230814
           SHORT="Sandbox for securely executing untrusted programs"

cat << EOF
Isolate is a sandbox built to safely run untrusted executables, offering them
a limited-access environment and preventing them from affecting the host system.
It takes advantage of features specific to the Linux kernel, like namespaces
and control groups.
EOF
