          MODULE=isolate
         VERSION=2.5
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/ioi/isolate/archive/v${VERSION}.tar.gz
      SOURCE_VFY=sha256:20481ca0d776a045fb081f5d9bc128d03621c5894cc2ee04a3de024586a8906b
        WEB_SITE=http://github.com/ioi/isolate/
         ENTERED=20160201
         UPDATED=20260521
           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
