          MODULE=cppo
         VERSION=1.8.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/ocaml-community/cppo/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:6e62a8ee0217c9cc38d5860110eb18eb8d89c05c420353d298e1431fe8bac00f
        WEB_SITE=https://github.com/ocaml-community/cppo
         ENTERED=20230617
         UPDATED=20250427
           SHORT="cpp processor 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
