          MODULE=owl-lisp
         VERSION=0.2.2
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/owl-v$VERSION
 SOURCE_URL_FULL=https://gitlab.com/owl-lisp/owl/-/archive/v${VERSION}/owl-v${VERSION}.tar.gz
      SOURCE_VFY=sha256:9c162490c08b4e0855eb5663c922482bb2dc4975d76bf862dc9499176b841ab1
        WEB_SITE=http://github.com/aoh/owl-lisp/
         ENTERED=20161117
         UPDATED=20231105
           SHORT="Simple purely functional lisp"

cat << EOF
Owl Lisp is a functional dialect of the Scheme programming language.
It is mainly based on the applicative subset of the R7RS standard. Owl can be
used either interactively, or to interpret code from files, or compile programs
to fasl-images or c-files. The difference between an owl program and a plain
script is that the program should just have a function of one argument as the
last value, which will be called with the command line argument list when the
program is executed.
EOF
