           SPELL=cppo
         VERSION=1.6.7
          SOURCE="$SPELL-v$VERSION.tbz"
   SOURCE_URL[0]=https://github.com/ocaml-community/$SPELL/releases/download/v$VERSION/$SOURCE
     SOURCE_HASH=sha512:9722b50fd23aaccf86816313333a3bf8fc7c6b4ef06b153e5e1e1aaf14670cf51a4aac52fb1b4a0e5531699c4047a1eff6c24c969f7e5063e78096c2195b5819
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tbz}"
        WEB_SITE="https://github.com/ocaml-community/cppo"
      LICENSE[0]="BSD-3-clause"
         ENTERED=20210105
        KEYWORDS=""
           SHORT="C-style preprocessor for OCaml"
cat << EOF
Cppo is an equivalent of the C preprocessor for OCaml programs. It allows the
definition of simple macros and file inclusion.

Cppo is:

  * more OCaml-friendly than cpp
  * easy to learn without consulting a manual
  * reasonably fast
  * simple to install and to maintain
EOF
