          MODULE=ocaml-bos
         VERSION=0.2.1
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/dbuenzli/bos/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:cd485f8782934b95a7fe3185104e8a163f6d2585464525baca1b7fb36ffc02a2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE#*-}-$VERSION
        WEB_SITE=https://github.com/dbuenzli/bos
         ENTERED=20230625
         UPDATED=20230625
           SHORT="support interaction with the operating system in ocaml"

cat << EOF
Bos provides support for basic and robust interaction with the operating system in OCaml.
It has functions to access the process environment, parse command line arguments, interact
with the file system and run command line programs.
EOF
